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 List<TargetValue>TargetField. getTargetValues()Constructor parameters in org.kie.pmml.api.models with type arguments of type TargetValue Constructor Description TargetField(List<TargetValue> targetValues, OP_TYPE opType, String field, CAST_INTEGER castInteger, Number min, Number max, Number rescaleConstant, Number rescaleFactor)
-