Class KiePMMLValueWeight
- java.lang.Object
-
- org.kie.pmml.commons.model.tuples.KiePMMLValueWeight
-
public class KiePMMLValueWeight extends java.lang.ObjectClass to represent a Object/Weight (double) tuple
-
-
Constructor Summary
Constructors Constructor Description KiePMMLValueWeight(double value, double weight)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)doublegetValue()doublegetWeight()inthashCode()java.lang.StringtoString()doubleweightedValue()
-
-
-
Method Detail
-
getValue
public double getValue()
-
getWeight
public double getWeight()
-
weightedValue
public double weightedValue()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-