Uses of Class
org.kie.pmml.api.enums.RESULT_FEATURE
-
Packages that use RESULT_FEATURE 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 RESULT_FEATURE in org.kie.pmml.api.enums
Fields in org.kie.pmml.api.enums declared as RESULT_FEATURE Modifier and Type Field Description static RESULT_FEATURERESULT_FEATURE. DEFAULTMethods in org.kie.pmml.api.enums that return RESULT_FEATURE Modifier and Type Method Description static RESULT_FEATURERESULT_FEATURE. byName(java.lang.String name)static RESULT_FEATURERESULT_FEATURE. getOrDefault(RESULT_FEATURE input)static RESULT_FEATURERESULT_FEATURE. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RESULT_FEATURE[]RESULT_FEATURE. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kie.pmml.api.enums with parameters of type RESULT_FEATURE Modifier and Type Method Description static RESULT_FEATURERESULT_FEATURE. getOrDefault(RESULT_FEATURE input) -
Uses of RESULT_FEATURE in org.kie.pmml.api.models
Methods in org.kie.pmml.api.models that return RESULT_FEATURE Modifier and Type Method Description RESULT_FEATUREOutputField. getResultFeature()Constructors in org.kie.pmml.api.models with parameters of type RESULT_FEATURE Constructor Description OutputField(java.lang.String name, OP_TYPE opType, DATA_TYPE dataType, java.lang.String targetField, RESULT_FEATURE resultFeature, java.util.List<java.lang.String> allowedValues)
-