Class KiePMMLReasonCodeAndValue
- java.lang.Object
-
- org.kie.pmml.models.drools.tuples.KiePMMLReasonCodeAndValue
-
- All Implemented Interfaces:
Serializable
public class KiePMMLReasonCodeAndValue extends Object implements Serializable
Tupla representing the Reason Code and its computed value as used inside Scorecard- See Also:
- Ranking Reason Codes, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KiePMMLReasonCodeAndValue(String reasonCode, double value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetReasonCode()doublegetValue()inthashCode()StringtoString()
-