public class RuleSetModelEvaluator extends ModelEvaluator<org.dmg.pmml.rule_set.RuleSetModel> implements HasEntityRegistry<org.dmg.pmml.rule_set.SimpleRule>
DEFAULT_TARGET_NAME| Constructor and Description |
|---|
RuleSetModelEvaluator(org.dmg.pmml.PMML pmml) |
RuleSetModelEvaluator(org.dmg.pmml.PMML pmml,
org.dmg.pmml.rule_set.RuleSetModel ruleSetModel) |
| Modifier and Type | Method and Description |
|---|---|
protected <V extends java.lang.Number> |
evaluateClassification(ValueFactory<V> valueFactory,
EvaluationContext context) |
com.google.common.collect.BiMap<java.lang.String,org.dmg.pmml.rule_set.SimpleRule> |
getEntityRegistry() |
java.lang.String |
getSummary()
Gets a short description of the
Model. |
assessParentCompatibility, assessPurity, configure, createClassification, createEvaluationContext, ensureConfiguration, ensureModelEvaluatorFactory, ensureOutputFilter, ensureValueFactory, ensureValueFactoryFactory, evaluate, evaluateAssociationRules, evaluateClustering, evaluateInternal, evaluateMixed, evaluateRegression, evaluateSequences, evaluateTimeSeries, filterInputFields, filterOutputFields, filterTargetFields, getConfiguration, getInputMapper, getNumberOfVisibleFields, getResultMapper, isParentCompatible, isPure, processArguments, processResults, verifyaddResultFeatures, collectResultFeatures, collectSegmentResultFeatures, createInputFields, createInputFields, createMiningSchemaException, createOutputFields, createTargetFields, getActiveFields, getDataField, getDefaultDataField, getInputFields, getLocalDerivedField, getMathContext, getMiningField, getMiningFunction, getModel, getOutputField, getOutputFields, getResultFeatures, getTarget, getTargetField, getTargetFields, getTargetName, getVisibleFields, hasLocalDerivedFields, hasOutputFields, hasResultFeature, resetInputFields, resetResultFields, resolveField, setDefaultDataFieldgetDefineFunction, getDerivedField, getPMML, toImmutableListMap, toImmutableMapMap, toImmutableSetMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMiningFunctiongetInputFieldsgetActiveFieldsgetOutputFields, getTargetFieldspublic RuleSetModelEvaluator(org.dmg.pmml.PMML pmml)
public RuleSetModelEvaluator(org.dmg.pmml.PMML pmml,
org.dmg.pmml.rule_set.RuleSetModel ruleSetModel)
public java.lang.String getSummary()
Evaluator
Gets a short description of the Model.
getSummary in interface Evaluatorpublic com.google.common.collect.BiMap<java.lang.String,org.dmg.pmml.rule_set.SimpleRule> getEntityRegistry()
getEntityRegistry in interface HasEntityRegistry<org.dmg.pmml.rule_set.SimpleRule>Entity identifiers and Entity instances.protected <V extends java.lang.Number> java.util.Map<java.lang.String,? extends Classification<?,V>> evaluateClassification(ValueFactory<V> valueFactory, EvaluationContext context)
evaluateClassification in class ModelEvaluator<org.dmg.pmml.rule_set.RuleSetModel>Copyright © 2024. All Rights Reserved.