Uses of Class
org.kie.pmml.api.enums.DATA_TYPE
-
Packages that use DATA_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 DATA_TYPE in org.kie.pmml.api.enums
Methods in org.kie.pmml.api.enums that return DATA_TYPE Modifier and Type Method Description static DATA_TYPEDATA_TYPE. byName(String name)static DATA_TYPEDATA_TYPE. valueOf(String name)Returns the enum constant of this type with the specified name.static DATA_TYPE[]DATA_TYPE. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DATA_TYPE in org.kie.pmml.api.models
Methods in org.kie.pmml.api.models that return DATA_TYPE Modifier and Type Method Description DATA_TYPEMiningField. getDataType()DATA_TYPEOutputField. getDataType()Constructors in org.kie.pmml.api.models with parameters of type DATA_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)
-