public class MultivariateStat extends PMMLObject implements HasExtensions
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 java.lang.String |
category |
protected java.lang.Double |
chiSquareValue |
protected java.lang.Double |
confidenceLevel |
protected java.lang.Double |
confidenceLowerBound |
protected java.lang.Double |
confidenceUpperBound |
protected java.lang.Double |
df |
protected java.lang.Integer |
exponent |
protected java.util.List<Extension> |
extensions |
protected java.lang.Double |
fStatistic |
protected java.lang.Double |
importance |
protected java.lang.Boolean |
intercept |
protected java.lang.String |
name |
protected java.lang.Double |
pValueAlpha |
protected java.lang.Double |
pValueFinal |
protected java.lang.Double |
pValueInitial |
protected java.lang.Double |
stdError |
protected java.lang.Double |
tValue |
| Constructor and Description |
|---|
MultivariateStat() |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
java.lang.String |
getCategory()
Gets the value of the category property.
|
java.lang.Double |
getChiSquareValue()
Gets the value of the chiSquareValue property.
|
double |
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.
|
int |
getExponent()
Gets the value of the exponent property.
|
java.util.List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
java.lang.Double |
getFStatistic()
Gets the value of the fStatistic property.
|
java.lang.Double |
getImportance()
Gets the value of the importance property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.Double |
getPValueAlpha()
Gets the value of the pValueAlpha property.
|
java.lang.Double |
getPValueFinal()
Gets the value of the pValueFinal property.
|
java.lang.Double |
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 |
hasExtensions() |
boolean |
isIntercept()
Gets the value of the intercept 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.lang.Double 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.lang.Integer value)
Sets the value of the exponent property.
|
void |
setFStatistic(java.lang.Double value)
Sets the value of the fStatistic property.
|
void |
setImportance(java.lang.Double value)
Sets the value of the importance property.
|
void |
setIntercept(java.lang.Boolean value)
Sets the value of the intercept property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setPValueAlpha(java.lang.Double value)
Sets the value of the pValueAlpha property.
|
void |
setPValueFinal(java.lang.Double value)
Sets the value of the pValueFinal property.
|
void |
setPValueInitial(java.lang.Double 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.
|
MultivariateStat |
withCategory(java.lang.String value) |
MultivariateStat |
withChiSquareValue(java.lang.Double value) |
MultivariateStat |
withConfidenceLevel(java.lang.Double value) |
MultivariateStat |
withConfidenceLowerBound(java.lang.Double value) |
MultivariateStat |
withConfidenceUpperBound(java.lang.Double value) |
MultivariateStat |
withDF(java.lang.Double value) |
MultivariateStat |
withExponent(java.lang.Integer value) |
MultivariateStat |
withExtensions(java.util.Collection<Extension> values) |
MultivariateStat |
withExtensions(Extension... values) |
MultivariateStat |
withFStatistic(java.lang.Double value) |
MultivariateStat |
withImportance(java.lang.Double value) |
MultivariateStat |
withIntercept(java.lang.Boolean value) |
MultivariateStat |
withName(java.lang.String value) |
MultivariateStat |
withPValueAlpha(java.lang.Double value) |
MultivariateStat |
withPValueFinal(java.lang.Double value) |
MultivariateStat |
withPValueInitial(java.lang.Double value) |
MultivariateStat |
withStdError(java.lang.Double value) |
MultivariateStat |
withTValue(java.lang.Double value) |
getLocator, setLocatorprotected java.lang.String name
protected java.lang.String category
protected java.lang.Integer exponent
protected java.lang.Boolean intercept
protected java.lang.Double importance
protected java.lang.Double stdError
protected java.lang.Double tValue
protected java.lang.Double chiSquareValue
protected java.lang.Double fStatistic
protected java.lang.Double df
protected java.lang.Double pValueAlpha
protected java.lang.Double pValueInitial
protected java.lang.Double pValueFinal
protected java.lang.Double confidenceLevel
protected java.lang.Double confidenceLowerBound
protected java.lang.Double confidenceUpperBound
protected java.util.List<Extension> extensions
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCategory()
Stringpublic void setCategory(java.lang.String value)
value - allowed object is
Stringpublic int getExponent()
Stringpublic void setExponent(java.lang.Integer value)
value - allowed object is
Stringpublic boolean isIntercept()
Booleanpublic void setIntercept(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Double getImportance()
Stringpublic void setImportance(java.lang.Double value)
value - allowed object is
Stringpublic 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
Doublepublic java.lang.Double getChiSquareValue()
Doublepublic void setChiSquareValue(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getFStatistic()
Doublepublic void setFStatistic(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.lang.Double getPValueAlpha()
Stringpublic void setPValueAlpha(java.lang.Double value)
value - allowed object is
Stringpublic java.lang.Double getPValueInitial()
Stringpublic void setPValueInitial(java.lang.Double value)
value - allowed object is
Stringpublic java.lang.Double getPValueFinal()
Stringpublic void setPValueFinal(java.lang.Double value)
value - allowed object is
Stringpublic double getConfidenceLevel()
Stringpublic void setConfidenceLevel(java.lang.Double value)
value - allowed object is
Stringpublic 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.util.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
getExtensions in interface HasExtensionspublic MultivariateStat withName(java.lang.String value)
public MultivariateStat withCategory(java.lang.String value)
public MultivariateStat withExponent(java.lang.Integer value)
public MultivariateStat withIntercept(java.lang.Boolean value)
public MultivariateStat withImportance(java.lang.Double value)
public MultivariateStat withStdError(java.lang.Double value)
public MultivariateStat withTValue(java.lang.Double value)
public MultivariateStat withChiSquareValue(java.lang.Double value)
public MultivariateStat withFStatistic(java.lang.Double value)
public MultivariateStat withDF(java.lang.Double value)
public MultivariateStat withPValueAlpha(java.lang.Double value)
public MultivariateStat withPValueInitial(java.lang.Double value)
public MultivariateStat withPValueFinal(java.lang.Double value)
public MultivariateStat withConfidenceLevel(java.lang.Double value)
public MultivariateStat withConfidenceLowerBound(java.lang.Double value)
public MultivariateStat withConfidenceUpperBound(java.lang.Double value)
public MultivariateStat withExtensions(Extension... values)
public MultivariateStat withExtensions(java.util.Collection<Extension> values)
public boolean hasExtensions()
hasExtensions in interface HasExtensionspublic VisitorAction accept(Visitor visitor)
Copyright © 2015 University of Tartu. All Rights Reserved.