public class ComplexTreeModelEvaluator extends TreeModelEvaluator implements HasNodeRegistry
DEFAULT_TARGET_NAME| Constructor and Description |
|---|
ComplexTreeModelEvaluator(org.dmg.pmml.PMML pmml) |
ComplexTreeModelEvaluator(org.dmg.pmml.PMML pmml,
org.dmg.pmml.tree.TreeModel treeModel) |
| Modifier and Type | Method and Description |
|---|---|
protected <V extends Number> |
evaluateClassification(ValueFactory<V> valueFactory,
EvaluationContext context) |
protected <V extends Number> |
evaluateRegression(ValueFactory<V> valueFactory,
EvaluationContext context) |
com.google.common.collect.BiMap<String,org.dmg.pmml.tree.Node> |
getEntityRegistry() |
List<org.dmg.pmml.tree.Node> |
getPath(String id) |
List<org.dmg.pmml.tree.Node> |
getPathBetween(String parentId,
String childId) |
findDefaultChild, getSummaryassessParentCompatibility, assessPurity, configure, createClassification, createEvaluationContext, ensureConfiguration, ensureModelEvaluatorFactory, ensureOutputFilter, ensureValueFactory, ensureValueFactoryFactory, evaluate, evaluateAssociationRules, evaluateClustering, evaluateInternal, evaluateMixed, 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 ComplexTreeModelEvaluator(org.dmg.pmml.PMML pmml)
public ComplexTreeModelEvaluator(org.dmg.pmml.PMML pmml,
org.dmg.pmml.tree.TreeModel treeModel)
public com.google.common.collect.BiMap<String,org.dmg.pmml.tree.Node> getEntityRegistry()
getEntityRegistry in interface HasEntityRegistry<org.dmg.pmml.tree.Node>Entity identifiers and Entity instances.public List<org.dmg.pmml.tree.Node> getPath(String id)
getPath in interface HasNodeRegistryroot node to the specified node.public List<org.dmg.pmml.tree.Node> getPathBetween(String parentId, String childId)
getPathBetween in interface HasNodeRegistryprotected <V extends Number> Map<String,?> evaluateRegression(ValueFactory<V> valueFactory, EvaluationContext context)
evaluateRegression in class ModelEvaluator<org.dmg.pmml.tree.TreeModel>protected <V extends Number> Map<String,?> evaluateClassification(ValueFactory<V> valueFactory, EvaluationContext context)
evaluateClassification in class ModelEvaluator<org.dmg.pmml.tree.TreeModel>Copyright © 2021. All rights reserved.