Class RuleSetModelEvaluator

    • Constructor Detail

      • RuleSetModelEvaluator

        public RuleSetModelEvaluator​(org.dmg.pmml.PMML pmml)
      • RuleSetModelEvaluator

        public RuleSetModelEvaluator​(org.dmg.pmml.PMML pmml,
                                     org.dmg.pmml.rule_set.RuleSetModel ruleSetModel)
    • Method Detail

      • getSummary

        public String getSummary()
        Description copied from interface: Evaluator

        Gets a short description of the Model.

        Specified by:
        getSummary in interface Evaluator
      • getEntityRegistry

        public com.google.common.collect.BiMap<String,​org.dmg.pmml.rule_set.SimpleRule> getEntityRegistry()
        Specified by:
        getEntityRegistry in interface HasEntityRegistry<org.dmg.pmml.rule_set.SimpleRule>
        Returns:
        A bidirectional map between Entity identifiers and Entity instances.