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) |
Collection<?> |
getActiveValue(EvaluationContext context) |
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) |
void |
verify()
Verifies the model.
|
createContext, evaluate, getDataField, getDataField, getValue, getValue, preparegetActiveFields, getGroupFields, getLocalDerivedField, getLocalTransformations, getMiningField, getMiningFields, getMiningSchema, getModel, getOrderFields, getOutput, getOutputField, getOutputFields, 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 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.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 void verify()
Evaluatorverify in interface Evaluatorverify in class ModelEvaluator<org.dmg.pmml.AssociationModel>public Map<org.dmg.pmml.FieldName,?> evaluate(ModelEvaluationContext context)
evaluate in class ModelEvaluator<org.dmg.pmml.AssociationModel>public Collection<?> getActiveValue(EvaluationContext context)
Copyright © 2015. All Rights Reserved.