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