Uses of Class
org.dmg.pmml.general_regression.PCovMatrix.Type
-
Packages that use PCovMatrix.Type Package Description org.dmg.pmml.general_regression -
-
Uses of PCovMatrix.Type in org.dmg.pmml.general_regression
Methods in org.dmg.pmml.general_regression that return PCovMatrix.Type Modifier and Type Method Description static PCovMatrix.TypePCovMatrix.Type. fromValue(java.lang.String v)PCovMatrix.TypePCovMatrix. getType()static PCovMatrix.TypePCovMatrix.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PCovMatrix.Type[]PCovMatrix.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dmg.pmml.general_regression with parameters of type PCovMatrix.Type Modifier and Type Method Description PCovMatrixPCovMatrix. setType(PCovMatrix.Type type)
-