Class ScorecardModel

  • All Implemented Interfaces:
    PMML4Model

    public class ScorecardModel
    extends AbstractModel<org.dmg.pmml.pmml_4_2.descr.Scorecard>
    • Constructor Detail

      • ScorecardModel

        public ScorecardModel​(String modelId,
                              org.dmg.pmml.pmml_4_2.descr.Scorecard rawModel,
                              PMML4Model parentModel,
                              PMML4Unit owner)
    • Method Detail

      • getMiningSchema

        public org.dmg.pmml.pmml_4_2.descr.MiningSchema getMiningSchema()
      • getOutput

        public org.dmg.pmml.pmml_4_2.descr.Output getOutput()
      • getOutputPojo

        public String getOutputPojo()
      • getMiningPojoClassName

        public String getMiningPojoClassName()
      • getOutputPojoClassName

        public String getOutputPojoClassName()
      • getRuleUnitClassName

        public String getRuleUnitClassName()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • addMiningTemplateToRegistry

        protected void addMiningTemplateToRegistry​(org.mvel2.templates.TemplateRegistry registry)
        Specified by:
        addMiningTemplateToRegistry in class AbstractModel<org.dmg.pmml.pmml_4_2.descr.Scorecard>
      • addOutputTemplateToRegistry

        protected void addOutputTemplateToRegistry​(org.mvel2.templates.TemplateRegistry registry)
        Specified by:
        addOutputTemplateToRegistry in class AbstractModel<org.dmg.pmml.pmml_4_2.descr.Scorecard>
      • addRuleUnitTemplateToRegistry

        protected void addRuleUnitTemplateToRegistry​(org.mvel2.templates.TemplateRegistry registry)
        Specified by:
        addRuleUnitTemplateToRegistry in class AbstractModel<org.dmg.pmml.pmml_4_2.descr.Scorecard>