public class MultivariateStat extends PMMLObject implements com.sun.xml.bind.Locatable
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_1}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_1}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_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" />
<attribute name="chiSquareValue" type="{http://www.dmg.org/PMML-4_1}NUMBER" />
<attribute name="fStatistic" type="{http://www.dmg.org/PMML-4_1}NUMBER" />
<attribute name="dF" type="{http://www.dmg.org/PMML-4_1}NUMBER" />
<attribute name="pValueAlpha" 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="pValueFinal" type="{http://www.dmg.org/PMML-4_1}PROB-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" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
category |
protected Double |
chiSquareValue |
protected Double |
confidenceLevel |
protected Double |
confidenceLowerBound |
protected Double |
confidenceUpperBound |
protected Double |
df |
protected Integer |
exponent |
protected List<Extension> |
extensions |
protected Double |
fStatistic |
protected Double |
importance |
protected Boolean |
intercept |
protected Locator |
locator |
protected String |
name |
protected Double |
pValueAlpha |
protected Double |
pValueFinal |
protected Double |
pValueInitial |
protected Double |
stdError |
protected Double |
tValue |
| Constructor and Description |
|---|
MultivariateStat() |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
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.
|
int |
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 |
isIntercept()
Gets the value of the intercept 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(Double 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(Integer value)
Sets the value of the exponent property.
|
void |
setFStatistic(Double value)
Sets the value of the fStatistic property.
|
void |
setImportance(Double value)
Sets the value of the importance property.
|
void |
setIntercept(Boolean value)
Sets the value of the intercept property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPValueAlpha(Double value)
Sets the value of the pValueAlpha property.
|
void |
setPValueFinal(Double value)
Sets the value of the pValueFinal property.
|
void |
setPValueInitial(Double value)
Sets the value of the pValueInitial property.
|
void |
setSourceLocation(Locator newLocator) |
void |
setStdError(Double value)
Sets the value of the stdError property.
|
void |
setTValue(Double value)
Sets the value of the tValue property.
|
Locator |
sourceLocation() |
protected String name
protected String category
protected Integer exponent
protected Boolean intercept
protected Double importance
protected Double stdError
protected Double tValue
protected Double chiSquareValue
protected Double fStatistic
protected Double df
protected Double pValueAlpha
protected Double pValueInitial
protected Double pValueFinal
protected Double confidenceLevel
protected Double confidenceLowerBound
protected Double confidenceUpperBound
protected Locator locator
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 int getExponent()
Stringpublic void setExponent(Integer value)
value - allowed object is
Stringpublic boolean isIntercept()
Booleanpublic void setIntercept(Boolean value)
value - allowed object is
Booleanpublic Double getImportance()
Stringpublic void setImportance(Double value)
value - allowed object is
Stringpublic 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 Double getPValueAlpha()
Stringpublic void setPValueAlpha(Double value)
value - allowed object is
Stringpublic Double getPValueInitial()
Stringpublic void setPValueInitial(Double value)
value - allowed object is
Stringpublic Double getPValueFinal()
Stringpublic void setPValueFinal(Double value)
value - allowed object is
Stringpublic double getConfidenceLevel()
Stringpublic void setConfidenceLevel(Double value)
value - allowed object is
Stringpublic Double getConfidenceLowerBound()
Doublepublic void setConfidenceLowerBound(Double value)
value - allowed object is
Doublepublic Double getConfidenceUpperBound()
Doublepublic void setConfidenceUpperBound(Double value)
value - allowed object is
Doublepublic Locator sourceLocation()
sourceLocation in interface com.sun.xml.bind.LocatablesourceLocation in class PMMLObjectpublic void setSourceLocation(Locator newLocator)
setSourceLocation in class PMMLObjectpublic VisitorAction accept(Visitor visitor)
Copyright © 2013 University of Tartu. All Rights Reserved.