public class Baseline 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"/>
<choice>
<group ref="{http://www.dmg.org/PMML-4_2}CONTINUOUS-DISTRIBUTION-TYPES"/>
<group ref="{http://www.dmg.org/PMML-4_2}DISCRETE-DISTRIBUTION-TYPES"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ContinuousDistribution |
continuousDistribution |
protected CountTable |
countTable |
protected java.util.List<Extension> |
extensions |
protected java.util.List<FieldRef> |
fieldRefs |
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.
|
java.util.List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
java.util.List<FieldRef> |
getFieldRefs()
Gets the value of the fieldRefs property.
|
CountTable |
getNormalizedCountTable()
Gets the value of the normalizedCountTable property.
|
boolean |
hasExtensions() |
boolean |
hasFieldRefs() |
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.
|
Baseline |
withContinuousDistribution(ContinuousDistribution value) |
Baseline |
withCountTable(CountTable value) |
Baseline |
withExtensions(java.util.Collection<Extension> values) |
Baseline |
withExtensions(Extension... values) |
Baseline |
withFieldRefs(java.util.Collection<FieldRef> values) |
Baseline |
withFieldRefs(FieldRef... values) |
Baseline |
withNormalizedCountTable(CountTable value) |
getLocator, setLocatorprotected java.util.List<Extension> extensions
protected ContinuousDistribution continuousDistribution
protected CountTable countTable
protected CountTable normalizedCountTable
protected java.util.List<FieldRef> fieldRefs
public 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 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 java.util.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 withContinuousDistribution(ContinuousDistribution value)
public Baseline withCountTable(CountTable value)
public Baseline withNormalizedCountTable(CountTable value)
public boolean hasExtensions()
hasExtensions in interface HasExtensionspublic boolean hasFieldRefs()
public VisitorAction accept(Visitor visitor)
Copyright © 2015 University of Tartu. All Rights Reserved.