public class AnovaRow extends PMMLObject implements HasExtensions<AnovaRow>
| Modifier and Type | Class and Description |
|---|---|
static class |
AnovaRow.Type |
| 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() |
List<Extension> |
getExtensions() |
Double |
getFValue() |
Double |
getMeanOfSquares() |
Double |
getPValue() |
double |
getSumOfSquares() |
AnovaRow.Type |
getType() |
boolean |
hasExtensions() |
AnovaRow |
setDegreesOfFreedom(double degreesOfFreedom) |
AnovaRow |
setFValue(Double fValue) |
AnovaRow |
setMeanOfSquares(Double meanOfSquares) |
AnovaRow |
setPValue(Double pValue) |
AnovaRow |
setSumOfSquares(double sumOfSquares) |
AnovaRow |
setType(AnovaRow.Type type) |
getLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedpublic AnovaRow()
public AnovaRow(AnovaRow.Type type, double sumOfSquares, double degreesOfFreedom)
public AnovaRow.Type getType()
public AnovaRow setType(AnovaRow.Type type)
public double getSumOfSquares()
public AnovaRow setSumOfSquares(double sumOfSquares)
public double getDegreesOfFreedom()
public AnovaRow setDegreesOfFreedom(double degreesOfFreedom)
public Double getMeanOfSquares()
public Double getFValue()
public Double getPValue()
public boolean hasExtensions()
hasExtensions in interface HasExtensions<AnovaRow>public List<Extension> getExtensions()
getExtensions in interface HasExtensions<AnovaRow>public AnovaRow addExtensions(Extension... extensions)
addExtensions in interface HasExtensions<AnovaRow>public VisitorAction accept(Visitor visitor)
Copyright © 2019 University of Tartu. All rights reserved.