Uses of Class
org.dmg.pmml.TargetValue
-
Packages that use TargetValue Package Description org.dmg.pmml org.jpmml.model.visitors -
-
Uses of TargetValue in org.dmg.pmml
Methods in org.dmg.pmml that return TargetValue Modifier and Type Method Description TargetValueTargetValue. addExtensions(Extension... extensions)TargetValueObjectFactory. createTargetValue()Create an instance ofTargetValueTargetValueTargetValue. setDefaultValue(java.lang.Number defaultValue)TargetValueTargetValue. setDisplayValue(java.lang.String displayValue)TargetValueTargetValue. setPartition(Partition partition)TargetValueTargetValue. setPriorProbability(java.lang.Number priorProbability)TargetValueTargetValue. setValue(java.lang.Object value)Methods in org.dmg.pmml that return types with arguments of type TargetValue Modifier and Type Method Description java.util.List<TargetValue>Target. getTargetValues()Methods in org.dmg.pmml with parameters of type TargetValue Modifier and Type Method Description TargetTarget. addTargetValues(TargetValue... targetValues)VisitorActionVisitor. visit(TargetValue targetValue) -
Uses of TargetValue in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type TargetValue Modifier and Type Method Description VisitorActionAbstractVisitor. visit(TargetValue targetValue)VisitorActionInvalidMarkupInspector. visit(TargetValue targetValue)VisitorActionVersionDowngrader. visit(TargetValue targetValue)
-