Package weka.core.pmml.jaxbbindings
Class TestDistributions
- java.lang.Object
-
- weka.core.pmml.jaxbbindings.TestDistributions
-
public class TestDistributions extends java.lang.ObjectJava class for TestDistributions element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="TestDistributions"> <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="normalizationScheme" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="resetValue" type="{http://www.dmg.org/PMML-4_1}REAL-NUMBER" default="0.0" /> <attribute name="testStatistic" use="required" type="{http://www.dmg.org/PMML-4_1}BASELINE-TEST-STATISTIC" /> <attribute name="weightField" type="{http://www.dmg.org/PMML-4_1}FIELD-NAME" /> <attribute name="windowSize" type="{http://www.dmg.org/PMML-4_1}INT-NUMBER" default="0" /> </restriction> </complexContent> </complexType> </element>
-
-
Constructor Summary
Constructors Constructor Description TestDistributions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlternategetAlternate()Gets the value of the alternate property.BaselinegetBaseline()Gets the value of the baseline property.java.util.List<Extension>getExtension()Gets the value of the extension property.java.lang.StringgetField()Gets the value of the field property.java.lang.StringgetNormalizationScheme()Gets the value of the normalizationScheme property.doublegetResetValue()Gets the value of the resetValue property.BASELINETESTSTATISTICgetTestStatistic()Gets the value of the testStatistic property.java.lang.StringgetWeightField()Gets the value of the weightField property.java.math.BigIntegergetWindowSize()Gets the value of the windowSize property.voidsetAlternate(Alternate value)Sets the value of the alternate property.voidsetBaseline(Baseline value)Sets the value of the baseline property.voidsetField(java.lang.String value)Sets the value of the field property.voidsetNormalizationScheme(java.lang.String value)Sets the value of the normalizationScheme property.voidsetResetValue(java.lang.Double value)Sets the value of the resetValue property.voidsetTestStatistic(BASELINETESTSTATISTIC value)Sets the value of the testStatistic property.voidsetWeightField(java.lang.String value)Sets the value of the weightField property.voidsetWindowSize(java.math.BigInteger value)Sets the value of the windowSize property.
-
-
-
Method Detail
-
getBaseline
public Baseline getBaseline()
Gets the value of the baseline property.- Returns:
- possible object is
Baseline
-
setBaseline
public void setBaseline(Baseline value)
Sets the value of the baseline property.- Parameters:
value- allowed object isBaseline
-
getAlternate
public Alternate getAlternate()
Gets the value of the alternate property.- Returns:
- possible object is
Alternate
-
setAlternate
public void setAlternate(Alternate value)
Sets the value of the alternate property.- Parameters:
value- allowed object isAlternate
-
getExtension
public java.util.List<Extension> 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
setmethod 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
-
getField
public java.lang.String getField()
Gets the value of the field property.- Returns:
- possible object is
String
-
setField
public void setField(java.lang.String value)
Sets the value of the field property.- Parameters:
value- allowed object isString
-
getNormalizationScheme
public java.lang.String getNormalizationScheme()
Gets the value of the normalizationScheme property.- Returns:
- possible object is
String
-
setNormalizationScheme
public void setNormalizationScheme(java.lang.String value)
Sets the value of the normalizationScheme property.- Parameters:
value- allowed object isString
-
getResetValue
public double getResetValue()
Gets the value of the resetValue property.- Returns:
- possible object is
Double
-
setResetValue
public void setResetValue(java.lang.Double value)
Sets the value of the resetValue property.- Parameters:
value- allowed object isDouble
-
getTestStatistic
public BASELINETESTSTATISTIC getTestStatistic()
Gets the value of the testStatistic property.- Returns:
- possible object is
BASELINETESTSTATISTIC
-
setTestStatistic
public void setTestStatistic(BASELINETESTSTATISTIC value)
Sets the value of the testStatistic property.- Parameters:
value- allowed object isBASELINETESTSTATISTIC
-
getWeightField
public java.lang.String getWeightField()
Gets the value of the weightField property.- Returns:
- possible object is
String
-
setWeightField
public void setWeightField(java.lang.String value)
Sets the value of the weightField property.- Parameters:
value- allowed object isString
-
getWindowSize
public java.math.BigInteger getWindowSize()
Gets the value of the windowSize property.- Returns:
- possible object is
BigInteger
-
setWindowSize
public void setWindowSize(java.math.BigInteger value)
Sets the value of the windowSize property.- Parameters:
value- allowed object isBigInteger
-
-