Package org.kie.pmml.commons.model
Class KiePMMLTargetValue
- java.lang.Object
-
- org.kie.pmml.commons.model.abstracts.AbstractKiePMMLComponent
-
- org.kie.pmml.commons.model.KiePMMLTargetValue
-
- All Implemented Interfaces:
Serializable
public class KiePMMLTargetValue extends AbstractKiePMMLComponent
- See Also:
- TargetValue, Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKiePMMLTargetValue.Builder
-
Field Summary
-
Fields inherited from class org.kie.pmml.commons.model.abstracts.AbstractKiePMMLComponent
extensions, id, name, parentId
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static KiePMMLTargetValue.Builderbuilder(String name, List<KiePMMLExtension> extensions)booleanequals(Object o)DoublegetDefaultValue()StringgetDisplayValue()DoublegetPriorProbability()StringgetValue()inthashCode()StringtoString()-
Methods inherited from class org.kie.pmml.commons.model.abstracts.AbstractKiePMMLComponent
getExtensions, getId, getName, getParentId, setParentId
-
-
-
-
Method Detail
-
builder
public static KiePMMLTargetValue.Builder builder(String name, List<KiePMMLExtension> extensions)
-
getValue
public String getValue()
-
getDisplayValue
public String getDisplayValue()
-
getPriorProbability
public Double getPriorProbability()
-
getDefaultValue
public Double getDefaultValue()
-
-