public class TreeModelEvaluator extends ModelEvaluator<org.dmg.pmml.TreeModel> implements HasEntityRegistry<org.dmg.pmml.Node>
| Constructor and Description |
|---|
TreeModelEvaluator(org.dmg.pmml.PMML pmml) |
TreeModelEvaluator(org.dmg.pmml.PMML pmml,
org.dmg.pmml.TreeModel treeModel) |
| Modifier and Type | Method and Description |
|---|---|
Map<org.dmg.pmml.FieldName,?> |
evaluate(ModelEvaluationContext context) |
com.google.common.collect.BiMap<String,org.dmg.pmml.Node> |
getEntityRegistry()
Takes the snapshot of all known (ie.
|
String |
getSummary() |
createContext, evaluate, getDataField, getDataField, getValue, getValue, prepare, verifygetActiveFields, getGroupFields, getLocalDerivedField, getLocalTransformations, getMiningField, getMiningFields, getMiningSchema, getModel, getOrderFields, getOutput, getOutputField, getOutputFields, getTarget, getTargetField, getTargetFields, getTargets, resolveDerivedFieldfind, find, findAll, getDataDictionary, getDerivedField, getFunction, getHeader, getModel, getModelManager, getModelManager, getModels, getPMML, getTransformationDictionaryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetActiveFields, getGroupFields, getMiningField, getOrderFields, getOutputField, getOutputFields, getTargetField, getTargetFieldspublic TreeModelEvaluator(org.dmg.pmml.PMML pmml)
public TreeModelEvaluator(org.dmg.pmml.PMML pmml,
org.dmg.pmml.TreeModel treeModel)
public String getSummary()
getSummary in interface ConsumergetSummary in class ModelManager<org.dmg.pmml.TreeModel>public com.google.common.collect.BiMap<String,org.dmg.pmml.Node> getEntityRegistry()
HasEntityRegistrygetEntityRegistry in interface HasEntityRegistry<org.dmg.pmml.Node>Entity identifiers and Entity instances.public Map<org.dmg.pmml.FieldName,?> evaluate(ModelEvaluationContext context)
evaluate in class ModelEvaluator<org.dmg.pmml.TreeModel>Copyright © 2015. All Rights Reserved.