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