| Package | Description |
|---|---|
| org.dmg.pmml |
| Modifier and Type | Method and Description |
|---|---|
static AnovaRow.Type |
AnovaRow.Type.fromValue(String v) |
AnovaRow.Type |
AnovaRow.getType() |
AnovaRow.Type |
AnovaRow.requireType() |
static AnovaRow.Type |
AnovaRow.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnovaRow.Type[] |
AnovaRow.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AnovaRow |
AnovaRow.setType(AnovaRow.Type type) |
| Constructor and Description |
|---|
AnovaRow(AnovaRow.Type type,
Number sumOfSquares,
Number degreesOfFreedom) |
Copyright © 2024. All rights reserved.