|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dmg.pmml.pmml_4_1.descr.TestDistributions
public class TestDistributions
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}Baseline"/> <element ref="{http://www.dmg.org/PMML-4_1}Alternate" minOccurs="0"/> <element ref="{http://www.dmg.org/PMML-4_1}Extension" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="field" use="required" type="{http://www.dmg.org/PMML-4_1}FIELD-NAME" /> <attribute name="testStatistic" use="required" type="{http://www.dmg.org/PMML-4_1}BASELINE-TEST-STATISTIC" /> <attribute name="resetValue" type="{http://www.dmg.org/PMML-4_1}REAL-NUMBER" default="0.0" /> <attribute name="windowSize" type="{http://www.dmg.org/PMML-4_1}INT-NUMBER" default="0" /> <attribute name="weightField" type="{http://www.dmg.org/PMML-4_1}FIELD-NAME" /> <attribute name="normalizationScheme" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected Alternate |
alternate
|
protected Baseline |
baseline
|
protected List<Extension> |
extensions
|
protected String |
field
|
protected String |
normalizationScheme
|
protected Double |
resetValue
|
protected BASELINETESTSTATISTIC |
testStatistic
|
protected String |
weightField
|
protected BigInteger |
windowSize
|
Constructor Summary | |
---|---|
TestDistributions()
|
Method Summary | |
---|---|
Alternate |
getAlternate()
Gets the value of the alternate property. |
Baseline |
getBaseline()
Gets the value of the baseline property. |
List<Extension> |
getExtensions()
Gets the value of the extensions property. |
String |
getField()
Gets the value of the field property. |
String |
getNormalizationScheme()
Gets the value of the normalizationScheme property. |
double |
getResetValue()
Gets the value of the resetValue property. |
BASELINETESTSTATISTIC |
getTestStatistic()
Gets the value of the testStatistic property. |
String |
getWeightField()
Gets the value of the weightField property. |
BigInteger |
getWindowSize()
Gets the value of the windowSize property. |
void |
setAlternate(Alternate value)
Sets the value of the alternate property. |
void |
setBaseline(Baseline value)
Sets the value of the baseline property. |
void |
setField(String value)
Sets the value of the field property. |
void |
setNormalizationScheme(String value)
Sets the value of the normalizationScheme property. |
void |
setResetValue(Double value)
Sets the value of the resetValue property. |
void |
setTestStatistic(BASELINETESTSTATISTIC value)
Sets the value of the testStatistic property. |
void |
setWeightField(String value)
Sets the value of the weightField property. |
void |
setWindowSize(BigInteger value)
Sets the value of the windowSize property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Baseline baseline
protected Alternate alternate
protected List<Extension> extensions
protected String field
protected BASELINETESTSTATISTIC testStatistic
protected Double resetValue
protected BigInteger windowSize
protected String weightField
protected String normalizationScheme
Constructor Detail |
---|
public TestDistributions()
Method Detail |
---|
public Baseline getBaseline()
Baseline
public void setBaseline(Baseline value)
value
- allowed object is
Baseline
public Alternate getAlternate()
Alternate
public void setAlternate(Alternate value)
value
- allowed object is
Alternate
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
public String getField()
String
public void setField(String value)
value
- allowed object is
String
public BASELINETESTSTATISTIC getTestStatistic()
BASELINETESTSTATISTIC
public void setTestStatistic(BASELINETESTSTATISTIC value)
value
- allowed object is
BASELINETESTSTATISTIC
public double getResetValue()
Double
public void setResetValue(Double value)
value
- allowed object is
Double
public BigInteger getWindowSize()
BigInteger
public void setWindowSize(BigInteger value)
value
- allowed object is
BigInteger
public String getWeightField()
String
public void setWeightField(String value)
value
- allowed object is
String
public String getNormalizationScheme()
String
public void setNormalizationScheme(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |