public class MultivariateStat
extends java.lang.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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
category |
protected java.lang.Double |
chiSquareValue |
protected java.math.BigDecimal |
confidenceLevel |
protected java.lang.Double |
confidenceLowerBound |
protected java.lang.Double |
confidenceUpperBound |
protected java.lang.Double |
df |
protected java.math.BigInteger |
exponent |
protected java.util.List<Extension> |
extension |
protected java.lang.Double |
fStatistic |
protected java.math.BigDecimal |
importance |
protected java.lang.Boolean |
isIntercept |
protected java.lang.String |
name |
protected java.math.BigDecimal |
pValueAlpha |
protected java.math.BigDecimal |
pValueFinal |
protected java.math.BigDecimal |
pValueInitial |
protected java.lang.Double |
stdError |
protected java.lang.Double |
tValue |
| Constructor and Description |
|---|
MultivariateStat() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCategory()
Gets the value of the category property.
|
java.lang.Double |
getChiSquareValue()
Gets the value of the chiSquareValue property.
|
java.math.BigDecimal |
getConfidenceLevel()
Gets the value of the confidenceLevel property.
|
java.lang.Double |
getConfidenceLowerBound()
Gets the value of the confidenceLowerBound property.
|
java.lang.Double |
getConfidenceUpperBound()
Gets the value of the confidenceUpperBound property.
|
java.lang.Double |
getDF()
Gets the value of the df property.
|
java.math.BigInteger |
getExponent()
Gets the value of the exponent property.
|
java.util.List<Extension> |
getExtension()
Gets the value of the extension property.
|
java.lang.Double |
getFStatistic()
Gets the value of the fStatistic property.
|
java.math.BigDecimal |
getImportance()
Gets the value of the importance property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.math.BigDecimal |
getPValueAlpha()
Gets the value of the pValueAlpha property.
|
java.math.BigDecimal |
getPValueFinal()
Gets the value of the pValueFinal property.
|
java.math.BigDecimal |
getPValueInitial()
Gets the value of the pValueInitial property.
|
java.lang.Double |
getStdError()
Gets the value of the stdError property.
|
java.lang.Double |
getTValue()
Gets the value of the tValue property.
|
boolean |
isIsIntercept()
Gets the value of the isIntercept property.
|
void |
setCategory(java.lang.String value)
Sets the value of the category property.
|
void |
setChiSquareValue(java.lang.Double value)
Sets the value of the chiSquareValue property.
|
void |
setConfidenceLevel(java.math.BigDecimal value)
Sets the value of the confidenceLevel property.
|
void |
setConfidenceLowerBound(java.lang.Double value)
Sets the value of the confidenceLowerBound property.
|
void |
setConfidenceUpperBound(java.lang.Double value)
Sets the value of the confidenceUpperBound property.
|
void |
setDF(java.lang.Double value)
Sets the value of the df property.
|
void |
setExponent(java.math.BigInteger value)
Sets the value of the exponent property.
|
void |
setFStatistic(java.lang.Double value)
Sets the value of the fStatistic property.
|
void |
setImportance(java.math.BigDecimal value)
Sets the value of the importance property.
|
void |
setIsIntercept(java.lang.Boolean value)
Sets the value of the isIntercept property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setPValueAlpha(java.math.BigDecimal value)
Sets the value of the pValueAlpha property.
|
void |
setPValueFinal(java.math.BigDecimal value)
Sets the value of the pValueFinal property.
|
void |
setPValueInitial(java.math.BigDecimal value)
Sets the value of the pValueInitial property.
|
void |
setStdError(java.lang.Double value)
Sets the value of the stdError property.
|
void |
setTValue(java.lang.Double value)
Sets the value of the tValue property.
|
protected java.util.List<Extension> extension
protected java.lang.String category
protected java.lang.Double chiSquareValue
protected java.math.BigDecimal confidenceLevel
protected java.lang.Double confidenceLowerBound
protected java.lang.Double confidenceUpperBound
protected java.lang.Double df
protected java.math.BigInteger exponent
protected java.lang.Double fStatistic
protected java.math.BigDecimal importance
protected java.lang.Boolean isIntercept
protected java.lang.String name
protected java.math.BigDecimal pValueAlpha
protected java.math.BigDecimal pValueFinal
protected java.math.BigDecimal pValueInitial
protected java.lang.Double stdError
protected java.lang.Double tValue
public java.util.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 java.lang.String getCategory()
Stringpublic void setCategory(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getChiSquareValue()
Doublepublic void setChiSquareValue(java.lang.Double value)
value - allowed object is
Doublepublic java.math.BigDecimal getConfidenceLevel()
BigDecimalpublic void setConfidenceLevel(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.lang.Double getConfidenceLowerBound()
Doublepublic void setConfidenceLowerBound(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getConfidenceUpperBound()
Doublepublic void setConfidenceUpperBound(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getDF()
Doublepublic void setDF(java.lang.Double value)
value - allowed object is
Doublepublic java.math.BigInteger getExponent()
BigIntegerpublic void setExponent(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.Double getFStatistic()
Doublepublic void setFStatistic(java.lang.Double value)
value - allowed object is
Doublepublic java.math.BigDecimal getImportance()
BigDecimalpublic void setImportance(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic boolean isIsIntercept()
Booleanpublic void setIsIntercept(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigDecimal getPValueAlpha()
BigDecimalpublic void setPValueAlpha(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigDecimal getPValueFinal()
BigDecimalpublic void setPValueFinal(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigDecimal getPValueInitial()
BigDecimalpublic void setPValueInitial(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.lang.Double getStdError()
Doublepublic void setStdError(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getTValue()
Doublepublic void setTValue(java.lang.Double value)
value - allowed object is
Double