public class TreeModelEvaluator extends ModelEvaluator<TreeModel> implements HasEntityRegistry<Node>
| Constructor and Description |
|---|
TreeModelEvaluator(PMML pmml) |
TreeModelEvaluator(PMML pmml,
TreeModel treeModel) |
| Modifier and Type | Method and Description |
|---|---|
Map<FieldName,?> |
evaluate(ModelEvaluationContext context) |
com.google.common.collect.BiMap<String,Node> |
getEntityRegistry()
Takes the snapshot of all known (ie.
|
String |
getSummary() |
evaluate, getValue, preparegetActiveFields, getGroupFields, getLocalDerivedField, getMiningField, getMiningFields, getMiningSchema, getModel, getOrCreateLocalTransformations, getOrCreateOutput, getOrCreateTargets, getOutputField, getOutputFields, getPredictedFields, getTarget, getTargetField, resolveDerivedFieldfind, find, findAll, getDataDictionary, getDataField, getDerivedField, getFunction, getHeader, getModel, getModelManager, getModels, getOrCreateTransformationDictionary, getPMMLclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetActiveFields, getDataField, getGroupFields, getMiningField, getOutputField, getOutputFields, getPredictedFields, getTargetFieldpublic TreeModelEvaluator(PMML pmml)
public String getSummary()
getSummary in interface ConsumergetSummary in class ModelManager<TreeModel>public com.google.common.collect.BiMap<String,Node> getEntityRegistry()
HasEntityRegistrygetEntityRegistry in interface HasEntityRegistry<Node>Entity identifiers and Entity instances.public Map<FieldName,?> evaluate(ModelEvaluationContext context)
evaluate in class ModelEvaluator<TreeModel>Copyright © 2014 University of Tartu. All Rights Reserved.