Uses of Class
org.kie.pmml.api.enums.OP_TYPE
-
Packages that use OP_TYPE 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 OP_TYPE in org.kie.pmml.api.enums
Methods in org.kie.pmml.api.enums that return OP_TYPE Modifier and Type Method Description static OP_TYPEOP_TYPE. byName(String name)static OP_TYPEOP_TYPE. valueOf(String name)Returns the enum constant of this type with the specified name.static OP_TYPE[]OP_TYPE. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OP_TYPE in org.kie.pmml.api.models
Methods in org.kie.pmml.api.models that return OP_TYPE Modifier and Type Method Description OP_TYPEMiningField. getOpType()OP_TYPEOutputField. getOpType()Constructors in org.kie.pmml.api.models with parameters of type OP_TYPE Constructor Description MiningField(String name, FIELD_USAGE_TYPE usageType, OP_TYPE opType, DATA_TYPE dataType, MISSING_VALUE_TREATMENT_METHOD missingValueTreatmentMethod, INVALID_VALUE_TREATMENT_METHOD invalidValueTreatmentMethod, String missingValueReplacement, String invalidValueReplacement, List<String> allowedValues, List<Interval> intervals)OutputField(String name, OP_TYPE opType, DATA_TYPE dataType, String targetField, RESULT_FEATURE resultFeature, List<String> allowedValues)
-