Class Miningmodel

  • All Implemented Interfaces:
    PMML4Model

    public class Miningmodel
    extends AbstractModel<org.dmg.pmml.pmml_4_2.descr.MiningModel>
    • Constructor Detail

      • Miningmodel

        public Miningmodel​(String modelId,
                           org.dmg.pmml.pmml_4_2.descr.MiningModel model,
                           PMML4Model parentModel,
                           PMML4Unit owner)
    • Method Detail

      • initChildModels

        protected void initChildModels()
      • getTargetField

        public String getTargetField()
      • 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.MiningModel>
      • addOutputTemplateToRegistry

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

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

        public org.dmg.pmml.pmml_4_2.descr.MININGFUNCTION getFunctionName()
      • setFunctionName

        public void setFunctionName​(org.dmg.pmml.pmml_4_2.descr.MININGFUNCTION functionName)
      • getAlgorithmName

        public String getAlgorithmName()
      • setAlgorithmName

        public void setAlgorithmName​(String algorithmName)
      • isScoreable

        public boolean isScoreable()
      • setScoreable

        public void setScoreable​(boolean scoreable)
      • generateRules

        public String generateRules()