Class Treemodel

  • All Implemented Interfaces:
    PMML4Model

    public class Treemodel
    extends AbstractModel<org.dmg.pmml.pmml_4_2.descr.TreeModel>
    • Constructor Detail

      • Treemodel

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

      • getMiningPojoClassName

        public String getMiningPojoClassName()
      • getOutputPojoClassName

        public String getOutputPojoClassName()
      • getRuleUnitClassName

        public String getRuleUnitClassName()
      • getMiningSchema

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

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

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

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

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