public class Baseline extends PMMLObject implements com.sun.xml.bind.Locatable
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">
<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>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AnyDistribution |
anyDistribution |
protected CountTable |
countTable |
protected List<Extension> |
extensions |
protected List<FieldRef> |
fieldRefs |
protected GaussianDistribution |
gaussianDistribution |
protected Locator |
locator |
protected CountTable |
normalizedCountTable |
protected PoissonDistribution |
poissonDistribution |
protected UniformDistribution |
uniformDistribution |
| Constructor and Description |
|---|
Baseline() |
| Modifier and Type | Method and Description |
|---|---|
AnyDistribution |
getAnyDistribution()
Gets the value of the anyDistribution 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.
|
GaussianDistribution |
getGaussianDistribution()
Gets the value of the gaussianDistribution property.
|
CountTable |
getNormalizedCountTable()
Gets the value of the normalizedCountTable property.
|
PoissonDistribution |
getPoissonDistribution()
Gets the value of the poissonDistribution property.
|
UniformDistribution |
getUniformDistribution()
Gets the value of the uniformDistribution property.
|
void |
setAnyDistribution(AnyDistribution value)
Sets the value of the anyDistribution property.
|
void |
setCountTable(CountTable value)
Sets the value of the countTable property.
|
void |
setGaussianDistribution(GaussianDistribution value)
Sets the value of the gaussianDistribution property.
|
void |
setNormalizedCountTable(CountTable value)
Sets the value of the normalizedCountTable property.
|
void |
setPoissonDistribution(PoissonDistribution value)
Sets the value of the poissonDistribution property.
|
void |
setSourceLocation(Locator newLocator) |
void |
setUniformDistribution(UniformDistribution value)
Sets the value of the uniformDistribution property.
|
Locator |
sourceLocation() |
protected AnyDistribution anyDistribution
protected GaussianDistribution gaussianDistribution
protected PoissonDistribution poissonDistribution
protected UniformDistribution uniformDistribution
protected CountTable countTable
protected CountTable normalizedCountTable
protected Locator locator
public AnyDistribution getAnyDistribution()
AnyDistributionpublic void setAnyDistribution(AnyDistribution value)
value - allowed object is
AnyDistributionpublic GaussianDistribution getGaussianDistribution()
GaussianDistributionpublic void setGaussianDistribution(GaussianDistribution value)
value - allowed object is
GaussianDistributionpublic PoissonDistribution getPoissonDistribution()
PoissonDistributionpublic void setPoissonDistribution(PoissonDistribution value)
value - allowed object is
PoissonDistributionpublic UniformDistribution getUniformDistribution()
UniformDistributionpublic void setUniformDistribution(UniformDistribution value)
value - allowed object is
UniformDistributionpublic 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
public 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 Locator sourceLocation()
sourceLocation in interface com.sun.xml.bind.LocatablesourceLocation in class PMMLObjectpublic void setSourceLocation(Locator newLocator)
setSourceLocation in class PMMLObjectCopyright © 2013 University of Tartu. All Rights Reserved.