public class RegressionTable extends PMMLObject implements com.sun.xml.bind.Locatable, 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_1}Extension" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_1}NumericPredictor" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_1}CategoricalPredictor" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_1}PredictorTerm" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="intercept" use="required" type="{http://www.dmg.org/PMML-4_1}REAL-NUMBER" />
<attribute name="targetCategory" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<CategoricalPredictor> |
categoricalPredictors |
protected List<Extension> |
extensions |
protected double |
intercept |
protected Locator |
locator |
protected List<NumericPredictor> |
numericPredictors |
protected List<PredictorTerm> |
predictorTerms |
protected String |
targetCategory |
| Constructor and Description |
|---|
RegressionTable()
Deprecated.
|
RegressionTable(double intercept) |
protected List<NumericPredictor> numericPredictors
protected List<CategoricalPredictor> categoricalPredictors
protected List<PredictorTerm> predictorTerms
protected double intercept
protected String targetCategory
protected Locator locator
@Deprecated public RegressionTable()
public RegressionTable(double intercept)
public 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 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 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 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 double getIntercept()
public void setIntercept(double value)
public String getTargetCategory()
Stringpublic void setTargetCategory(String value)
value - allowed object is
Stringpublic RegressionTable withExtensions(Extension... values)
public RegressionTable withExtensions(Collection<Extension> values)
public RegressionTable withNumericPredictors(NumericPredictor... values)
public RegressionTable withNumericPredictors(Collection<NumericPredictor> values)
public RegressionTable withCategoricalPredictors(CategoricalPredictor... values)
public RegressionTable withCategoricalPredictors(Collection<CategoricalPredictor> values)
public RegressionTable withPredictorTerms(PredictorTerm... values)
public RegressionTable withPredictorTerms(Collection<PredictorTerm> values)
public RegressionTable withIntercept(double value)
public RegressionTable withTargetCategory(String value)
public Locator sourceLocation()
sourceLocation in interface com.sun.xml.bind.LocatablesourceLocation in class PMMLObjectpublic void setSourceLocation(Locator newLocator)
setSourceLocation in class PMMLObjectpublic VisitorAction accept(Visitor visitor)
Copyright © 2014 University of Tartu. All Rights Reserved.