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() |
String |
getSummary()
Gets a short description of the
Model. |
org.dmg.pmml.Target |
getTarget(org.dmg.pmml.FieldName name)
Gets the definition of a field from the
Targets. |
void |
verify()
Verifies the model.
|
createContext, evaluate, getDataField, getDataField, getValue, getValue, preparegetActiveFields, getGroupFields, getLocalDerivedField, getMiningField, getMiningFields, getMiningFunction, getModel, getOrderFields, getOutputField, getOutputFields, getTargetField, getTargetFields, resolveDerivedFieldgetDerivedField, getFunction, getPMMLclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetActiveFields, getGroupFields, getMiningField, getMiningFunction, 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()
ConsumerModel.getSummary in interface ConsumergetSummary in class ModelManager<org.dmg.pmml.AssociationModel>public org.dmg.pmml.Target getTarget(org.dmg.pmml.FieldName name)
ConsumerTargets.getTarget in interface ConsumergetTarget in class ModelManager<org.dmg.pmml.AssociationModel>null Always.Consumer.getTargetFields()public com.google.common.collect.BiMap<String,org.dmg.pmml.AssociationRule> getEntityRegistry()
getEntityRegistry in interface HasEntityRegistry<org.dmg.pmml.AssociationRule>Entity identifiers and Entity instances.public void verify()
EvaluatorVerifies the model.
verify 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.