Uses of Class
org.dmg.pmml.AnovaRow.Type
-
Packages that use AnovaRow.Type Package Description org.dmg.pmml -
-
Uses of AnovaRow.Type in org.dmg.pmml
Methods in org.dmg.pmml that return AnovaRow.Type Modifier and Type Method Description static AnovaRow.TypeAnovaRow.Type. fromValue(java.lang.String v)AnovaRow.TypeAnovaRow. getType()AnovaRow.TypeAnovaRow. requireType()static AnovaRow.TypeAnovaRow.Type. valueOf(java.lang.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.Methods in org.dmg.pmml with parameters of type AnovaRow.Type Modifier and Type Method Description AnovaRowAnovaRow. setType(AnovaRow.Type type)Constructors in org.dmg.pmml with parameters of type AnovaRow.Type Constructor Description AnovaRow(AnovaRow.Type type, java.lang.Number sumOfSquares, java.lang.Number degreesOfFreedom)
-