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>
| Constructor and Description |
|---|
MultivariateStat() |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
MultivariateStat |
addExtensions(Extension... extensions) |
String |
getCategory()
Gets the value of the category property.
|
Double |
getChiSquareValue()
Gets the value of the chiSquareValue property.
|
Double |
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.
|
Integer |
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.
|
Double |
getImportance()
Gets the value of the importance property.
|
String |
getName()
Gets the value of the name property.
|
Double |
getPValueAlpha()
Gets the value of the pValueAlpha property.
|
Double |
getPValueFinal()
Gets the value of the pValueFinal property.
|
Double |
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 |
hasExtensions() |
boolean |
isIntercept()
Gets the value of the intercept property.
|
MultivariateStat |
setCategory(String category)
Sets the value of the category property.
|
MultivariateStat |
setChiSquareValue(Double chiSquareValue)
Sets the value of the chiSquareValue property.
|
MultivariateStat |
setConfidenceLevel(Double confidenceLevel)
Sets the value of the confidenceLevel property.
|
MultivariateStat |
setConfidenceLowerBound(Double confidenceLowerBound)
Sets the value of the confidenceLowerBound property.
|
MultivariateStat |
setConfidenceUpperBound(Double confidenceUpperBound)
Sets the value of the confidenceUpperBound property.
|
MultivariateStat |
setDF(Double df)
Sets the value of the df property.
|
MultivariateStat |
setExponent(Integer exponent)
Sets the value of the exponent property.
|
MultivariateStat |
setFStatistic(Double fStatistic)
Sets the value of the fStatistic property.
|
MultivariateStat |
setImportance(Double importance)
Sets the value of the importance property.
|
MultivariateStat |
setIntercept(Boolean intercept)
Sets the value of the intercept property.
|
MultivariateStat |
setName(String name)
Sets the value of the name property.
|
MultivariateStat |
setPValueAlpha(Double pValueAlpha)
Sets the value of the pValueAlpha property.
|
MultivariateStat |
setPValueFinal(Double pValueFinal)
Sets the value of the pValueFinal property.
|
MultivariateStat |
setPValueInitial(Double pValueInitial)
Sets the value of the pValueInitial property.
|
MultivariateStat |
setStdError(Double stdError)
Sets the value of the stdError property.
|
MultivariateStat |
setTValue(Double tValue)
Sets the value of the tValue property.
|
getLocator, setLocatorpublic String getName()
Stringpublic MultivariateStat setName(String name)
name - allowed object is
Stringpublic String getCategory()
Stringpublic MultivariateStat setCategory(String category)
category - allowed object is
Stringpublic Integer getExponent()
Stringpublic MultivariateStat setExponent(Integer exponent)
exponent - allowed object is
Stringpublic boolean isIntercept()
Booleanpublic MultivariateStat setIntercept(Boolean intercept)
intercept - allowed object is
Booleanpublic Double getImportance()
Stringpublic MultivariateStat setImportance(Double importance)
importance - allowed object is
Stringpublic Double getStdError()
Doublepublic MultivariateStat setStdError(Double stdError)
stdError - allowed object is
Doublepublic Double getTValue()
Doublepublic MultivariateStat setTValue(Double tValue)
tValue - allowed object is
Doublepublic Double getChiSquareValue()
Doublepublic MultivariateStat setChiSquareValue(Double chiSquareValue)
chiSquareValue - allowed object is
Doublepublic Double getFStatistic()
Doublepublic MultivariateStat setFStatistic(Double fStatistic)
fStatistic - allowed object is
Doublepublic MultivariateStat setDF(Double df)
df - allowed object is
Doublepublic Double getPValueAlpha()
Stringpublic MultivariateStat setPValueAlpha(Double pValueAlpha)
pValueAlpha - allowed object is
Stringpublic Double getPValueInitial()
Stringpublic MultivariateStat setPValueInitial(Double pValueInitial)
pValueInitial - allowed object is
Stringpublic Double getPValueFinal()
Stringpublic MultivariateStat setPValueFinal(Double pValueFinal)
pValueFinal - allowed object is
Stringpublic Double getConfidenceLevel()
Stringpublic MultivariateStat setConfidenceLevel(Double confidenceLevel)
confidenceLevel - allowed object is
Stringpublic Double getConfidenceLowerBound()
Doublepublic MultivariateStat setConfidenceLowerBound(Double confidenceLowerBound)
confidenceLowerBound - allowed object is
Doublepublic Double getConfidenceUpperBound()
Doublepublic MultivariateStat setConfidenceUpperBound(Double confidenceUpperBound)
confidenceUpperBound - allowed object is
Doublepublic 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 boolean hasExtensions()
hasExtensions in interface HasExtensionspublic MultivariateStat addExtensions(Extension... extensions)
public VisitorAction accept(Visitor visitor)
Copyright © 2015 University of Tartu. All Rights Reserved.