public class RuleSetModelEvaluator extends ModelEvaluator<org.dmg.pmml.RuleSetModel> implements HasEntityRegistry<org.dmg.pmml.SimpleRule>
ACTIVE_TYPES, GROUP_TYPES, ORDER_TYPES, TARGET_TYPESDEFAULT_TARGET| Constructor and Description |
|---|
RuleSetModelEvaluator(org.dmg.pmml.PMML pmml) |
RuleSetModelEvaluator(org.dmg.pmml.PMML pmml,
org.dmg.pmml.RuleSetModel ruleSetModel) |
| Modifier and Type | Method and Description |
|---|---|
Map<org.dmg.pmml.FieldName,?> |
evaluate(ModelEvaluationContext context) |
com.google.common.collect.BiMap<String,org.dmg.pmml.SimpleRule> |
getEntityRegistry() |
String |
getSummary()
Gets a short description of the
Model. |
evaluate, getDataField, getDataField, getDefineFunction, getDerivedField, getLocalDerivedField, getMiningField, getMiningFields, getOutputField, getOutputFields, getTarget, getTargetField, getTargetFields, getValue, getValue, prepare, verifygetActiveFields, getGroupFields, getMiningFunction, getModel, getOrderFieldsgetPMMLclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetActiveFields, getGroupFields, getMiningFunction, getOrderFieldspublic RuleSetModelEvaluator(org.dmg.pmml.PMML pmml)
public RuleSetModelEvaluator(org.dmg.pmml.PMML pmml,
org.dmg.pmml.RuleSetModel ruleSetModel)
public String getSummary()
Consumer
Gets a short description of the Model.
getSummary in interface ConsumergetSummary in class ModelManager<org.dmg.pmml.RuleSetModel>public com.google.common.collect.BiMap<String,org.dmg.pmml.SimpleRule> getEntityRegistry()
getEntityRegistry in interface HasEntityRegistry<org.dmg.pmml.SimpleRule>Entity identifiers and Entity instances.public Map<org.dmg.pmml.FieldName,?> evaluate(ModelEvaluationContext context)
evaluate in class ModelEvaluator<org.dmg.pmml.RuleSetModel>Copyright © 2016. All Rights Reserved.