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:
  • Constructor Details

  • Method Details

    • getName

      public String getName()
    • getValue

      public String getValue()
    • getDisplayValue

      public String getDisplayValue()
    • getPriorProbability

      public Double getPriorProbability()
    • getDefaultValue

      public Double getDefaultValue()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object