public class Baseline 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"/>
<choice>
<group ref="{http://www.dmg.org/PMML-4_1}CONTINUOUS-DISTRIBUTION-TYPES"/>
<group ref="{http://www.dmg.org/PMML-4_1}DISCRETE-DISTRIBUTION-TYPES"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ContinuousDistribution |
continuousDistribution |
protected CountTable |
countTable |
protected List<Extension> |
extensions |
protected List<FieldRef> |
fieldRefs |
protected Locator |
locator |
protected CountTable |
normalizedCountTable |
| Constructor and Description |
|---|
Baseline() |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
ContinuousDistribution |
getContinuousDistribution()
Gets the value of the continuousDistribution property.
|
CountTable |
getCountTable()
Gets the value of the countTable property.
|
List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
List<FieldRef> |
getFieldRefs()
Gets the value of the fieldRefs property.
|
CountTable |
getNormalizedCountTable()
Gets the value of the normalizedCountTable property.
|
void |
setContinuousDistribution(ContinuousDistribution value)
Sets the value of the continuousDistribution property.
|
void |
setCountTable(CountTable value)
Sets the value of the countTable property.
|
void |
setNormalizedCountTable(CountTable value)
Sets the value of the normalizedCountTable property.
|
void |
setSourceLocation(Locator newLocator) |
Locator |
sourceLocation() |
Baseline |
withContinuousDistribution(ContinuousDistribution value) |
Baseline |
withCountTable(CountTable value) |
Baseline |
withExtensions(Collection<Extension> values) |
Baseline |
withExtensions(Extension... values) |
Baseline |
withFieldRefs(Collection<FieldRef> values) |
Baseline |
withFieldRefs(FieldRef... values) |
Baseline |
withNormalizedCountTable(CountTable value) |
protected ContinuousDistribution continuousDistribution
protected CountTable countTable
protected CountTable normalizedCountTable
protected Locator locator
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 ContinuousDistribution getContinuousDistribution()
AnyDistribution
GaussianDistribution
PoissonDistribution
UniformDistributionpublic void setContinuousDistribution(ContinuousDistribution value)
value - allowed object is
AnyDistribution
GaussianDistribution
PoissonDistribution
UniformDistributionpublic CountTable getCountTable()
CountTablepublic void setCountTable(CountTable value)
value - allowed object is
CountTablepublic CountTable getNormalizedCountTable()
CountTablepublic void setNormalizedCountTable(CountTable value)
value - allowed object is
CountTablepublic List<FieldRef> getFieldRefs()
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 fieldRefs property.
For example, to add a new item, do as follows:
getFieldRefs().add(newItem);
Objects of the following type(s) are allowed in the list
FieldRef
public Baseline withExtensions(Collection<Extension> values)
public Baseline withContinuousDistribution(ContinuousDistribution value)
public Baseline withCountTable(CountTable value)
public Baseline withNormalizedCountTable(CountTable value)
public Baseline withFieldRefs(Collection<FieldRef> values)
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.