Class PartialScore


  • public class PartialScore
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.dmg.pmml.scorecard.Attribute getAttribute()  
      java.lang.Number getBaselineScore​(java.lang.Number defaultBaselineScore)  
      org.dmg.pmml.scorecard.Characteristic getCharacteristic()  
      java.lang.String getReasonCode()  
      java.lang.Number getValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getBaselineScore

        public java.lang.Number getBaselineScore​(java.lang.Number defaultBaselineScore)
      • getReasonCode

        public java.lang.String getReasonCode()
      • getCharacteristic

        public org.dmg.pmml.scorecard.Characteristic getCharacteristic()
      • getAttribute

        public org.dmg.pmml.scorecard.Attribute getAttribute()
      • getValue

        public java.lang.Number getValue()