public class MultivariateStat extends Object
Java class for MultivariateStat element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="MultivariateStat">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.dmg.org/PMML-4_1}Extension" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="category" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="chiSquareValue" type="{http://www.dmg.org/PMML-4_1}NUMBER" />
<attribute name="confidenceLevel" type="{http://www.dmg.org/PMML-4_1}PROB-NUMBER" default="0.95" />
<attribute name="confidenceLowerBound" type="{http://www.dmg.org/PMML-4_1}NUMBER" />
<attribute name="confidenceUpperBound" type="{http://www.dmg.org/PMML-4_1}NUMBER" />
<attribute name="dF" type="{http://www.dmg.org/PMML-4_1}NUMBER" />
<attribute name="exponent" type="{http://www.dmg.org/PMML-4_1}INT-NUMBER" default="1" />
<attribute name="fStatistic" type="{http://www.dmg.org/PMML-4_1}NUMBER" />
<attribute name="importance" type="{http://www.dmg.org/PMML-4_1}PROB-NUMBER" />
<attribute name="isIntercept" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="pValueAlpha" type="{http://www.dmg.org/PMML-4_1}PROB-NUMBER" />
<attribute name="pValueFinal" type="{http://www.dmg.org/PMML-4_1}PROB-NUMBER" />
<attribute name="pValueInitial" type="{http://www.dmg.org/PMML-4_1}PROB-NUMBER" />
<attribute name="stdError" type="{http://www.dmg.org/PMML-4_1}NUMBER" />
<attribute name="tValue" type="{http://www.dmg.org/PMML-4_1}NUMBER" />
</restriction>
</complexContent>
</complexType>
</element>
| Constructor and Description |
|---|
MultivariateStat() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory()
Gets the value of the category property.
|
Double |
getChiSquareValue()
Gets the value of the chiSquareValue property.
|
BigDecimal |
getConfidenceLevel()
Gets the value of the confidenceLevel property.
|
Double |
getConfidenceLowerBound()
Gets the value of the confidenceLowerBound property.
|
Double |
getConfidenceUpperBound()
Gets the value of the confidenceUpperBound property.
|
Double |
getDF()
Gets the value of the df property.
|
BigInteger |
getExponent()
Gets the value of the exponent property.
|
List<Extension> |
getExtension()
Gets the value of the extension property.
|
Double |
getFStatistic()
Gets the value of the fStatistic property.
|
BigDecimal |
getImportance()
Gets the value of the importance property.
|
String |
getName()
Gets the value of the name property.
|
BigDecimal |
getPValueAlpha()
Gets the value of the pValueAlpha property.
|
BigDecimal |
getPValueFinal()
Gets the value of the pValueFinal property.
|
BigDecimal |
getPValueInitial()
Gets the value of the pValueInitial property.
|
Double |
getStdError()
Gets the value of the stdError property.
|
Double |
getTValue()
Gets the value of the tValue property.
|
boolean |
isIsIntercept()
Gets the value of the isIntercept property.
|
void |
setCategory(String value)
Sets the value of the category property.
|
void |
setChiSquareValue(Double value)
Sets the value of the chiSquareValue property.
|
void |
setConfidenceLevel(BigDecimal value)
Sets the value of the confidenceLevel property.
|
void |
setConfidenceLowerBound(Double value)
Sets the value of the confidenceLowerBound property.
|
void |
setConfidenceUpperBound(Double value)
Sets the value of the confidenceUpperBound property.
|
void |
setDF(Double value)
Sets the value of the df property.
|
void |
setExponent(BigInteger value)
Sets the value of the exponent property.
|
void |
setFStatistic(Double value)
Sets the value of the fStatistic property.
|
void |
setImportance(BigDecimal value)
Sets the value of the importance property.
|
void |
setIsIntercept(Boolean value)
Sets the value of the isIntercept property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPValueAlpha(BigDecimal value)
Sets the value of the pValueAlpha property.
|
void |
setPValueFinal(BigDecimal value)
Sets the value of the pValueFinal property.
|
void |
setPValueInitial(BigDecimal value)
Sets the value of the pValueInitial property.
|
void |
setStdError(Double value)
Sets the value of the stdError property.
|
void |
setTValue(Double value)
Sets the value of the tValue property.
|
public List<Extension> getExtension()
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
public String getCategory()
Stringpublic void setCategory(String value)
value - allowed object is
Stringpublic Double getChiSquareValue()
Doublepublic void setChiSquareValue(Double value)
value - allowed object is
Doublepublic BigDecimal getConfidenceLevel()
BigDecimalpublic void setConfidenceLevel(BigDecimal value)
value - allowed object is
BigDecimalpublic Double getConfidenceLowerBound()
Doublepublic void setConfidenceLowerBound(Double value)
value - allowed object is
Doublepublic Double getConfidenceUpperBound()
Doublepublic void setConfidenceUpperBound(Double value)
value - allowed object is
Doublepublic void setDF(Double value)
value - allowed object is
Doublepublic BigInteger getExponent()
BigIntegerpublic void setExponent(BigInteger value)
value - allowed object is
BigIntegerpublic Double getFStatistic()
Doublepublic void setFStatistic(Double value)
value - allowed object is
Doublepublic BigDecimal getImportance()
BigDecimalpublic void setImportance(BigDecimal value)
value - allowed object is
BigDecimalpublic boolean isIsIntercept()
Booleanpublic void setIsIntercept(Boolean value)
value - allowed object is
Booleanpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic BigDecimal getPValueAlpha()
BigDecimalpublic void setPValueAlpha(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getPValueFinal()
BigDecimalpublic void setPValueFinal(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getPValueInitial()
BigDecimalpublic void setPValueInitial(BigDecimal value)
value - allowed object is
BigDecimalpublic Double getStdError()
Doublepublic void setStdError(Double value)
value - allowed object is
Doublepublic Double getTValue()
DoubleCopyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.