Uses of Class
org.kie.pmml.api.enums.BASELINE_METHOD
-
Packages that use BASELINE_METHOD Package Description org.kie.pmml.api.enums -
-
Uses of BASELINE_METHOD in org.kie.pmml.api.enums
Methods in org.kie.pmml.api.enums that return BASELINE_METHOD Modifier and Type Method Description static BASELINE_METHODBASELINE_METHOD. byName(java.lang.String name)static BASELINE_METHODBASELINE_METHOD. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BASELINE_METHOD[]BASELINE_METHOD. values()Returns an array containing the constants of this enum type, in the order they are declared.
-