Uses of Class
org.kie.pmml.commons.model.KiePMMLTargetValue
-
Packages that use KiePMMLTargetValue Package Description org.kie.pmml.commons.model Un-mutable domain-classes used to represent PMML models in model-specific format. -
-
Uses of KiePMMLTargetValue in org.kie.pmml.commons.model
Methods in org.kie.pmml.commons.model that return types with arguments of type KiePMMLTargetValue Modifier and Type Method Description List<KiePMMLTargetValue>KiePMMLTarget. getTargetValues()Method parameters in org.kie.pmml.commons.model with type arguments of type KiePMMLTargetValue Modifier and Type Method Description KiePMMLTarget.BuilderKiePMMLTarget.Builder. withTargetValues(List<KiePMMLTargetValue> targetValues)
-