Uses of Class
org.dmg.pmml.NormDiscrete.Method
-
Packages that use NormDiscrete.Method Package Description org.dmg.pmml -
-
Uses of NormDiscrete.Method in org.dmg.pmml
Methods in org.dmg.pmml that return NormDiscrete.Method Modifier and Type Method Description static NormDiscrete.MethodNormDiscrete.Method. fromValue(java.lang.String v)NormDiscrete.MethodNormDiscrete. getMethod()static NormDiscrete.MethodNormDiscrete.Method. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NormDiscrete.Method[]NormDiscrete.Method. 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 NormDiscrete.Method Modifier and Type Method Description NormDiscreteNormDiscrete. setMethod(NormDiscrete.Method method)
-