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