Uses of Class
org.kie.pmml.api.enums.CAST_INTEGER
-
Packages that use CAST_INTEGER Package Description org.kie.pmml.api.enums org.kie.pmml.api.models User-friendly representations to be used by end-consumer, e.g. returned in the Kogito environment -
-
Uses of CAST_INTEGER in org.kie.pmml.api.enums
Methods in org.kie.pmml.api.enums that return CAST_INTEGER Modifier and Type Method Description static CAST_INTEGERCAST_INTEGER. byName(String name)static CAST_INTEGERCAST_INTEGER. valueOf(String name)Returns the enum constant of this type with the specified name.static CAST_INTEGER[]CAST_INTEGER. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CAST_INTEGER in org.kie.pmml.api.models
Methods in org.kie.pmml.api.models that return CAST_INTEGER Modifier and Type Method Description CAST_INTEGERTargetField. getCastInteger()Constructors in org.kie.pmml.api.models with parameters of type CAST_INTEGER Constructor Description TargetField(List<TargetValue> targetValues, OP_TYPE opType, String field, CAST_INTEGER castInteger, Number min, Number max, Number rescaleConstant, Number rescaleFactor)
-