Class KiePMMLValueWeight
- java.lang.Object
-
- org.kie.pmml.commons.model.tuples.KiePMMLValueWeight
-
public class KiePMMLValueWeight extends Object
Class 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(Object o)doublegetValue()doublegetWeight()inthashCode()StringtoString()doubleweightedValue()
-