public class AnovaRow 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_3}Extension" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="type" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Model"/>
<enumeration value="Error"/>
<enumeration value="Total"/>
</restriction>
</simpleType>
</attribute>
<attribute name="sumOfSquares" use="required" type="{http://www.dmg.org/PMML-4_3}NUMBER" />
<attribute name="degreesOfFreedom" use="required" type="{http://www.dmg.org/PMML-4_3}NUMBER" />
<attribute name="meanOfSquares" type="{http://www.dmg.org/PMML-4_3}NUMBER" />
<attribute name="fValue" type="{http://www.dmg.org/PMML-4_3}NUMBER" />
<attribute name="pValue" type="{http://www.dmg.org/PMML-4_3}PROB-NUMBER" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
AnovaRow.Type
Java class for null.
|
| Constructor and Description |
|---|
AnovaRow() |
AnovaRow(AnovaRow.Type type,
double sumOfSquares,
double degreesOfFreedom) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
AnovaRow |
addExtensions(Extension... extensions) |
double |
getDegreesOfFreedom()
Gets the value of the degreesOfFreedom property.
|
List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
Double |
getFValue()
Gets the value of the fValue property.
|
Double |
getMeanOfSquares()
Gets the value of the meanOfSquares property.
|
Double |
getPValue()
Gets the value of the pValue property.
|
double |
getSumOfSquares()
Gets the value of the sumOfSquares property.
|
AnovaRow.Type |
getType()
Gets the value of the type property.
|
boolean |
hasExtensions() |
AnovaRow |
setDegreesOfFreedom(double degreesOfFreedom)
Sets the value of the degreesOfFreedom property.
|
AnovaRow |
setFValue(Double fValue)
Sets the value of the fValue property.
|
AnovaRow |
setMeanOfSquares(Double meanOfSquares)
Sets the value of the meanOfSquares property.
|
AnovaRow |
setPValue(Double pValue)
Sets the value of the pValue property.
|
AnovaRow |
setSumOfSquares(double sumOfSquares)
Sets the value of the sumOfSquares property.
|
AnovaRow |
setType(AnovaRow.Type type)
Sets the value of the type property.
|
getLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedpublic AnovaRow()
public AnovaRow(AnovaRow.Type type, double sumOfSquares, double degreesOfFreedom)
public AnovaRow.Type getType()
AnovaRow.Typepublic AnovaRow setType(AnovaRow.Type type)
type - allowed object is
AnovaRow.Typepublic double getSumOfSquares()
public AnovaRow setSumOfSquares(double sumOfSquares)
public double getDegreesOfFreedom()
public AnovaRow setDegreesOfFreedom(double degreesOfFreedom)
public Double getMeanOfSquares()
Doublepublic AnovaRow setMeanOfSquares(Double meanOfSquares)
meanOfSquares - allowed object is
Doublepublic Double getFValue()
Doublepublic AnovaRow setFValue(Double fValue)
fValue - allowed object is
Doublepublic Double getPValue()
Doublepublic AnovaRow setPValue(Double pValue)
pValue - 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 VisitorAction accept(Visitor visitor)
Copyright © 2016 University of Tartu. All rights reserved.