Class BaselineScore
- java.lang.Object
-
- org.kie.pmml.pmml_4_2.model.scorecard.Score
-
- org.kie.pmml.pmml_4_2.model.scorecard.BaselineScore
-
public class BaselineScore extends Score
-
-
Constructor Summary
Constructors Constructor Description BaselineScore()BaselineScore(String scoreCard, Double value, String characteristic)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetCharacteristic()inthashCode()voidsetCharacteristic(String characteristic)StringtoString()-
Methods inherited from class org.kie.pmml.pmml_4_2.model.scorecard.Score
getScoreCard, getValue, setScoreCard, setValue
-
-