Uses of Enum Class
org.kie.pmml.api.enums.RESULT_FEATURE
Packages that use RESULT_FEATURE
Package
Description
User-friendly representations to be used by end-consumer, e.g.
-
Uses of RESULT_FEATURE in org.kie.pmml.api.enums
Fields in org.kie.pmml.api.enums declared as RESULT_FEATUREMethods in org.kie.pmml.api.enums that return RESULT_FEATUREModifier and TypeMethodDescriptionstatic RESULT_FEATUREstatic RESULT_FEATURERESULT_FEATURE.getOrDefault(RESULT_FEATURE input) static RESULT_FEATUREReturns the enum constant of this class with the specified name.static RESULT_FEATURE[]RESULT_FEATURE.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.kie.pmml.api.enums with parameters of type RESULT_FEATUREModifier and TypeMethodDescriptionstatic 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_FEATUREConstructors in org.kie.pmml.api.models with parameters of type RESULT_FEATUREModifierConstructorDescriptionOutputField(String name, OP_TYPE opType, DATA_TYPE dataType, String targetField, RESULT_FEATURE resultFeature, List<String> allowedValues)