| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
AnovaRow |
AnovaRow.addExtensions(Extension... extensions) |
AnovaRow |
ObjectFactory.createAnovaRow()
Create an instance of
AnovaRow |
AnovaRow |
AnovaRow.setDegreesOfFreedom(double degreesOfFreedom)
Sets the value of the degreesOfFreedom property.
|
AnovaRow |
AnovaRow.setFValue(Double fValue)
Sets the value of the fValue property.
|
AnovaRow |
AnovaRow.setMeanOfSquares(Double meanOfSquares)
Sets the value of the meanOfSquares property.
|
AnovaRow |
AnovaRow.setPValue(Double pValue)
Sets the value of the pValue property.
|
AnovaRow |
AnovaRow.setSumOfSquares(double sumOfSquares)
Sets the value of the sumOfSquares property.
|
AnovaRow |
AnovaRow.setType(AnovaRow.Type type)
Sets the value of the type property.
|
| Modifier and Type | Method and Description |
|---|---|
List<AnovaRow> |
Anova.getAnovaRows()
Gets the value of the anovaRows property.
|
| Modifier and Type | Method and Description |
|---|---|
Anova |
Anova.addAnovaRows(AnovaRow... anovaRows) |
VisitorAction |
Visitor.visit(AnovaRow anovaRow) |
| Constructor and Description |
|---|
Anova(List<AnovaRow> anovaRows) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(AnovaRow anovaRow) |
VisitorAction |
AbstractVisitor.visit(AnovaRow anovaRow) |
Copyright © 2016 University of Tartu. All Rights Reserved.