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