public class RegressionTable extends PMMLObject implements HasExtensions
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.dmg.org/PMML-4_2}Extension" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_2}NumericPredictor" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_2}CategoricalPredictor" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_2}PredictorTerm" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="intercept" use="required" type="{http://www.dmg.org/PMML-4_2}REAL-NUMBER" />
<attribute name="targetCategory" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<CategoricalPredictor> |
categoricalPredictors |
protected java.util.List<Extension> |
extensions |
protected double |
intercept |
protected java.util.List<NumericPredictor> |
numericPredictors |
protected java.util.List<PredictorTerm> |
predictorTerms |
protected java.lang.String |
targetCategory |
| Constructor and Description |
|---|
RegressionTable() |
RegressionTable(double intercept) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
java.util.List<CategoricalPredictor> |
getCategoricalPredictors()
Gets the value of the categoricalPredictors property.
|
java.util.List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
double |
getIntercept()
Gets the value of the intercept property.
|
java.util.List<NumericPredictor> |
getNumericPredictors()
Gets the value of the numericPredictors property.
|
java.util.List<PredictorTerm> |
getPredictorTerms()
Gets the value of the predictorTerms property.
|
java.lang.String |
getTargetCategory()
Gets the value of the targetCategory property.
|
boolean |
hasCategoricalPredictors() |
boolean |
hasExtensions() |
boolean |
hasNumericPredictors() |
boolean |
hasPredictorTerms() |
void |
setIntercept(double value)
Sets the value of the intercept property.
|
void |
setTargetCategory(java.lang.String value)
Sets the value of the targetCategory property.
|
RegressionTable |
withCategoricalPredictors(CategoricalPredictor... values) |
RegressionTable |
withCategoricalPredictors(java.util.Collection<CategoricalPredictor> values) |
RegressionTable |
withExtensions(java.util.Collection<Extension> values) |
RegressionTable |
withExtensions(Extension... values) |
RegressionTable |
withIntercept(double value) |
RegressionTable |
withNumericPredictors(java.util.Collection<NumericPredictor> values) |
RegressionTable |
withNumericPredictors(NumericPredictor... values) |
RegressionTable |
withPredictorTerms(java.util.Collection<PredictorTerm> values) |
RegressionTable |
withPredictorTerms(PredictorTerm... values) |
RegressionTable |
withTargetCategory(java.lang.String value) |
getLocator, setLocatorprotected double intercept
protected java.lang.String targetCategory
protected java.util.List<Extension> extensions
protected java.util.List<NumericPredictor> numericPredictors
protected java.util.List<CategoricalPredictor> categoricalPredictors
protected java.util.List<PredictorTerm> predictorTerms
public RegressionTable()
public RegressionTable(double intercept)
public double getIntercept()
public void setIntercept(double value)
public java.lang.String getTargetCategory()
Stringpublic void setTargetCategory(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<Extension> getExtensions()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the extensions property.
For example, to add a new item, do as follows:
getExtensions().add(newItem);
Objects of the following type(s) are allowed in the list
Extension
getExtensions in interface HasExtensionspublic java.util.List<NumericPredictor> getNumericPredictors()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the numericPredictors property.
For example, to add a new item, do as follows:
getNumericPredictors().add(newItem);
Objects of the following type(s) are allowed in the list
NumericPredictor
public java.util.List<CategoricalPredictor> getCategoricalPredictors()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the categoricalPredictors property.
For example, to add a new item, do as follows:
getCategoricalPredictors().add(newItem);
Objects of the following type(s) are allowed in the list
CategoricalPredictor
public java.util.List<PredictorTerm> getPredictorTerms()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the predictorTerms property.
For example, to add a new item, do as follows:
getPredictorTerms().add(newItem);
Objects of the following type(s) are allowed in the list
PredictorTerm
public RegressionTable withIntercept(double value)
public RegressionTable withTargetCategory(java.lang.String value)
public RegressionTable withExtensions(Extension... values)
public RegressionTable withExtensions(java.util.Collection<Extension> values)
public RegressionTable withNumericPredictors(NumericPredictor... values)
public RegressionTable withNumericPredictors(java.util.Collection<NumericPredictor> values)
public RegressionTable withCategoricalPredictors(CategoricalPredictor... values)
public RegressionTable withCategoricalPredictors(java.util.Collection<CategoricalPredictor> values)
public RegressionTable withPredictorTerms(PredictorTerm... values)
public RegressionTable withPredictorTerms(java.util.Collection<PredictorTerm> values)
public boolean hasExtensions()
hasExtensions in interface HasExtensionspublic boolean hasNumericPredictors()
public boolean hasCategoricalPredictors()
public boolean hasPredictorTerms()
public VisitorAction accept(Visitor visitor)
Copyright © 2015 University of Tartu. All Rights Reserved.