Class Baseline
Java class for Baseline element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="Baseline"> <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> </element>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the anyDistribution property.Gets the value of the countTable property.Gets the value of the extension property.Gets the value of the fieldRef property.Gets the value of the gaussianDistribution property.Gets the value of the normalizedCountTable property.Gets the value of the poissonDistribution property.Gets the value of the uniformDistribution property.void
Sets the value of the anyDistribution property.void
setCountTable
(COUNTTABLETYPE value) Sets the value of the countTable property.void
Sets the value of the gaussianDistribution property.void
Sets the value of the normalizedCountTable property.void
Sets the value of the poissonDistribution property.void
Sets the value of the uniformDistribution property.
-
Constructor Details
-
Baseline
public Baseline()
-
-
Method Details
-
getAnyDistribution
Gets the value of the anyDistribution property.- Returns:
- possible object is
AnyDistribution
-
setAnyDistribution
Sets the value of the anyDistribution property.- Parameters:
value
- allowed object isAnyDistribution
-
getGaussianDistribution
Gets the value of the gaussianDistribution property.- Returns:
- possible object is
GaussianDistribution
-
setGaussianDistribution
Sets the value of the gaussianDistribution property.- Parameters:
value
- allowed object isGaussianDistribution
-
getPoissonDistribution
Gets the value of the poissonDistribution property.- Returns:
- possible object is
PoissonDistribution
-
setPoissonDistribution
Sets the value of the poissonDistribution property.- Parameters:
value
- allowed object isPoissonDistribution
-
getUniformDistribution
Gets the value of the uniformDistribution property.- Returns:
- possible object is
UniformDistribution
-
setUniformDistribution
Sets the value of the uniformDistribution property.- Parameters:
value
- allowed object isUniformDistribution
-
getExtension
Gets the value of the extension property.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 extension property.For example, to add a new item, do as follows:
getExtension().add(newItem);
Objects of the following type(s) are allowed in the list
Extension
-
getCountTable
Gets the value of the countTable property.- Returns:
- possible object is
COUNTTABLETYPE
-
setCountTable
Sets the value of the countTable property.- Parameters:
value
- allowed object isCOUNTTABLETYPE
-
getNormalizedCountTable
Gets the value of the normalizedCountTable property.- Returns:
- possible object is
COUNTTABLETYPE
-
setNormalizedCountTable
Sets the value of the normalizedCountTable property.- Parameters:
value
- allowed object isCOUNTTABLETYPE
-
getFieldRef
Gets the value of the fieldRef property.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 fieldRef property.For example, to add a new item, do as follows:
getFieldRef().add(newItem);
Objects of the following type(s) are allowed in the list
FieldRef
-