Uses of Class
org.dmg.pmml.OutputField.Algorithm
-
Packages that use OutputField.Algorithm Package Description org.dmg.pmml -
-
Uses of OutputField.Algorithm in org.dmg.pmml
Methods in org.dmg.pmml that return OutputField.Algorithm Modifier and Type Method Description static OutputField.AlgorithmOutputField.Algorithm. fromValue(java.lang.String v)OutputField.AlgorithmOutputField. getAlgorithm()static OutputField.AlgorithmOutputField.Algorithm. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OutputField.Algorithm[]OutputField.Algorithm. 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 OutputField.Algorithm Modifier and Type Method Description OutputFieldOutputField. setAlgorithm(OutputField.Algorithm algorithm)
-