public class MultivariateStat extends Object implements Serializable
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_2}Extension" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="category" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="exponent" type="{http://www.dmg.org/PMML-4_2}INT-NUMBER" default="1" />
<attribute name="isIntercept" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="importance" type="{http://www.dmg.org/PMML-4_2}PROB-NUMBER" />
<attribute name="stdError" type="{http://www.dmg.org/PMML-4_2}NUMBER" />
<attribute name="tValue" type="{http://www.dmg.org/PMML-4_2}NUMBER" />
<attribute name="chiSquareValue" type="{http://www.dmg.org/PMML-4_2}NUMBER" />
<attribute name="fStatistic" type="{http://www.dmg.org/PMML-4_2}NUMBER" />
<attribute name="dF" type="{http://www.dmg.org/PMML-4_2}NUMBER" />
<attribute name="pValueAlpha" type="{http://www.dmg.org/PMML-4_2}PROB-NUMBER" />
<attribute name="pValueInitial" type="{http://www.dmg.org/PMML-4_2}PROB-NUMBER" />
<attribute name="pValueFinal" type="{http://www.dmg.org/PMML-4_2}PROB-NUMBER" />
<attribute name="confidenceLevel" type="{http://www.dmg.org/PMML-4_2}PROB-NUMBER" default="0.95" />
<attribute name="confidenceLowerBound" type="{http://www.dmg.org/PMML-4_2}NUMBER" />
<attribute name="confidenceUpperBound" type="{http://www.dmg.org/PMML-4_2}NUMBER" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
category |
protected Double |
chiSquareValue |
protected BigDecimal |
confidenceLevel |
protected Double |
confidenceLowerBound |
protected Double |
confidenceUpperBound |
protected Double |
df |
protected BigInteger |
exponent |
protected List<Extension> |
extensions |
protected Double |
fStatistic |
protected BigDecimal |
importance |
protected Boolean |
isIntercept |
protected String |
name |
protected BigDecimal |
pValueAlpha |
protected BigDecimal |
pValueFinal |
protected BigDecimal |
pValueInitial |
protected Double |
stdError |
protected Double |
tValue |
| 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> |
getExtensions()
Gets the value of the extensions 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.
|
protected String name
protected String category
protected BigInteger exponent
protected Boolean isIntercept
protected BigDecimal importance
protected Double stdError
protected Double tValue
protected Double chiSquareValue
protected Double fStatistic
protected Double df
protected BigDecimal pValueAlpha
protected BigDecimal pValueInitial
protected BigDecimal pValueFinal
protected BigDecimal confidenceLevel
protected Double confidenceLowerBound
protected Double confidenceUpperBound
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 getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getCategory()
Stringpublic void setCategory(String value)
value - allowed object is
Stringpublic BigInteger getExponent()
BigIntegerpublic void setExponent(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isIsIntercept()
Booleanpublic void setIsIntercept(Boolean value)
value - allowed object is
Booleanpublic BigDecimal getImportance()
BigDecimalpublic void setImportance(BigDecimal value)
value - allowed object is
BigDecimalpublic Double getStdError()
Doublepublic void setStdError(Double value)
value - allowed object is
Doublepublic Double getTValue()
Doublepublic void setTValue(Double value)
value - allowed object is
Doublepublic Double getChiSquareValue()
Doublepublic void setChiSquareValue(Double value)
value - allowed object is
Doublepublic Double getFStatistic()
Doublepublic void setFStatistic(Double value)
value - allowed object is
Doublepublic void setDF(Double value)
value - allowed object is
Doublepublic BigDecimal getPValueAlpha()
BigDecimalpublic void setPValueAlpha(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getPValueInitial()
BigDecimalpublic void setPValueInitial(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getPValueFinal()
BigDecimalpublic void setPValueFinal(BigDecimal value)
value - allowed object is
BigDecimalpublic 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()
DoubleCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.