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