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