public class AssociationModelEvaluator extends ModelEvaluator<org.dmg.pmml.AssociationModel> implements HasEntityRegistry<org.dmg.pmml.AssociationRule>
| Constructor and Description |
|---|
AssociationModelEvaluator(org.dmg.pmml.PMML pmml) |
AssociationModelEvaluator(org.dmg.pmml.PMML pmml,
org.dmg.pmml.AssociationModel associationModel) |
| Modifier and Type | Method and Description |
|---|---|
Map<org.dmg.pmml.FieldName,?> |
evaluate(ModelEvaluationContext context) |
org.dmg.pmml.FieldName |
getActiveField() |
com.google.common.collect.BiMap<String,org.dmg.pmml.AssociationRule> |
getEntityRegistry()
Takes the snapshot of all known (ie.
|
String |
getSummary() |
org.dmg.pmml.Target |
getTarget(org.dmg.pmml.FieldName name) |
createContext, evaluate, getValue, preparegetActiveFields, getGroupFields, getLocalDerivedField, getMiningField, getMiningSchema, getModel, getOrCreateLocalTransformations, getOrCreateOutput, getOrCreateTargets, getOutputField, getOutputFields, getTargetField, getTargetFields, 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, getTargetField, getTargetFieldspublic AssociationModelEvaluator(org.dmg.pmml.PMML pmml)
public AssociationModelEvaluator(org.dmg.pmml.PMML pmml,
org.dmg.pmml.AssociationModel associationModel)
public String getSummary()
getSummary in interface ConsumergetSummary in class ModelManager<org.dmg.pmml.AssociationModel>public org.dmg.pmml.FieldName getActiveField()
public org.dmg.pmml.Target getTarget(org.dmg.pmml.FieldName name)
getTarget in class ModelManager<org.dmg.pmml.AssociationModel>null Always.public com.google.common.collect.BiMap<String,org.dmg.pmml.AssociationRule> getEntityRegistry()
HasEntityRegistrygetEntityRegistry in interface HasEntityRegistry<org.dmg.pmml.AssociationRule>Entity identifiers and Entity instances.public Map<org.dmg.pmml.FieldName,?> evaluate(ModelEvaluationContext context)
evaluate in class ModelEvaluator<org.dmg.pmml.AssociationModel>Copyright © 2014. All Rights Reserved.