Package org.kie.pmml.api.models
Class TargetValue
- java.lang.Object
-
- org.kie.pmml.api.models.TargetValue
-
- All Implemented Interfaces:
Serializable
public class TargetValue extends Object implements Serializable
User-friendly representation of a TargetValue- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TargetValue(String value, String displayValue, Number priorProbability, Number defaultValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)DoublegetDefaultValue()StringgetDisplayValue()StringgetName()DoublegetPriorProbability()StringgetValue()inthashCode()StringtoString()
-