|
Drools :: PMML - Compiler 6.2.0.CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dmg.pmml.pmml_4_2.descr.Baseline
public class Baseline
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_2}CONTINUOUS-DISTRIBUTION-TYPES"/>
<group ref="{http://www.dmg.org/PMML-4_2}DISCRETE-DISTRIBUTION-TYPES"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected AnyDistribution |
anyDistribution
|
protected COUNTTABLETYPE |
countTable
|
protected List<Extension> |
extensions
|
protected List<FieldRef> |
fieldReves
|
protected GaussianDistribution |
gaussianDistribution
|
protected COUNTTABLETYPE |
normalizedCountTable
|
protected PoissonDistribution |
poissonDistribution
|
protected UniformDistribution |
uniformDistribution
|
| Constructor Summary | |
|---|---|
Baseline()
|
|
| Method Summary | |
|---|---|
AnyDistribution |
getAnyDistribution()
Gets the value of the anyDistribution property. |
COUNTTABLETYPE |
getCountTable()
Gets the value of the countTable property. |
List<Extension> |
getExtensions()
Gets the value of the extensions property. |
List<FieldRef> |
getFieldReves()
Gets the value of the fieldReves property. |
GaussianDistribution |
getGaussianDistribution()
Gets the value of the gaussianDistribution property. |
COUNTTABLETYPE |
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(COUNTTABLETYPE value)
Sets the value of the countTable property. |
void |
setGaussianDistribution(GaussianDistribution value)
Sets the value of the gaussianDistribution property. |
void |
setNormalizedCountTable(COUNTTABLETYPE value)
Sets the value of the normalizedCountTable property. |
void |
setPoissonDistribution(PoissonDistribution value)
Sets the value of the poissonDistribution property. |
void |
setUniformDistribution(UniformDistribution value)
Sets the value of the uniformDistribution property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<FieldRef> fieldReves
protected COUNTTABLETYPE normalizedCountTable
protected COUNTTABLETYPE countTable
protected UniformDistribution uniformDistribution
protected PoissonDistribution poissonDistribution
protected GaussianDistribution gaussianDistribution
protected AnyDistribution anyDistribution
protected List<Extension> extensions
| Constructor Detail |
|---|
public Baseline()
| Method Detail |
|---|
public List<FieldRef> getFieldReves()
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 fieldReves property.
For example, to add a new item, do as follows:
getFieldReves().add(newItem);
Objects of the following type(s) are allowed in the list
FieldRef
public COUNTTABLETYPE getNormalizedCountTable()
COUNTTABLETYPEpublic void setNormalizedCountTable(COUNTTABLETYPE value)
value - allowed object is
COUNTTABLETYPEpublic COUNTTABLETYPE getCountTable()
COUNTTABLETYPEpublic void setCountTable(COUNTTABLETYPE value)
value - allowed object is
COUNTTABLETYPEpublic UniformDistribution getUniformDistribution()
UniformDistributionpublic void setUniformDistribution(UniformDistribution value)
value - allowed object is
UniformDistributionpublic PoissonDistribution getPoissonDistribution()
PoissonDistributionpublic void setPoissonDistribution(PoissonDistribution value)
value - allowed object is
PoissonDistributionpublic GaussianDistribution getGaussianDistribution()
GaussianDistributionpublic void setGaussianDistribution(GaussianDistribution value)
value - allowed object is
GaussianDistributionpublic AnyDistribution getAnyDistribution()
AnyDistributionpublic void setAnyDistribution(AnyDistribution value)
value - allowed object is
AnyDistributionpublic 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
|
Drools :: PMML - Compiler 6.2.0.CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||