Uses of Class
org.kie.pmml.api.models.TargetValue
-
Packages that use TargetValue Package Description org.kie.pmml.api.models User-friendly representations to be used by end-consumer, e.g. returned in the Kogito environment -
-
Uses of TargetValue in org.kie.pmml.api.models
Methods in org.kie.pmml.api.models that return types with arguments of type TargetValue Modifier and Type Method Description java.util.List<TargetValue>TargetField. getTargetValues()Constructor parameters in org.kie.pmml.api.models with type arguments of type TargetValue Constructor Description TargetField(java.util.List<TargetValue> targetValues, OP_TYPE opType, java.lang.String field, CAST_INTEGER castInteger, java.lang.Number min, java.lang.Number max, java.lang.Number rescaleConstant, java.lang.Number rescaleFactor)
-