public class AssociationModelEvaluator extends ModelEvaluator<org.dmg.pmml.association.AssociationModel> implements HasGroupFields, HasEntityRegistry<org.dmg.pmml.association.AssociationRule>
DEFAULT_TARGET_NAME| Constructor and Description |
|---|
AssociationModelEvaluator(org.dmg.pmml.PMML pmml) |
AssociationModelEvaluator(org.dmg.pmml.PMML pmml,
org.dmg.pmml.association.AssociationModel associationModel) |
| Modifier and Type | Method and Description |
|---|---|
protected List<TargetField> |
createTargetFields() |
Map<org.dmg.pmml.FieldName,?> |
evaluate(ModelEvaluationContext context) |
com.google.common.collect.BiMap<String,org.dmg.pmml.association.AssociationRule> |
getEntityRegistry() |
List<InputField> |
getGroupFields()
Gets the group fields of a
Model from its MiningSchema. |
String |
getSummary()
Gets a short description of the
Model. |
org.dmg.pmml.Target |
getTarget(org.dmg.pmml.FieldName name) |
org.dmg.pmml.FieldName |
getTargetFieldName() |
configure, createInputFields, createInputFields, createMiningSchemaException, createOutputFields, ensureScorableModel, ensureValueFactory, evaluate, getActiveFields, getConfiguration, getDataField, getDataField, getDefineFunction, getDerivedField, getInputFields, getLocalDerivedField, getMathContext, getMiningField, getMiningFunction, getModel, getOutputField, getOutputFields, getPMML, getTargetField, getTargetFields, getValue, getValue, getValueFactory, isPrimitive, resolveDerivedField, resolveField, verifyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetActiveFieldspublic AssociationModelEvaluator(org.dmg.pmml.PMML pmml)
public AssociationModelEvaluator(org.dmg.pmml.PMML pmml,
org.dmg.pmml.association.AssociationModel associationModel)
public String getSummary()
Evaluator
Gets a short description of the Model.
getSummary in interface Evaluatorpublic List<InputField> getGroupFields()
HasGroupFields
Gets the group fields of a Model from its MiningSchema.
This field set is relevant for association rules model type only.
getGroupFields in interface HasGroupFieldspublic org.dmg.pmml.Target getTarget(org.dmg.pmml.FieldName name)
getTarget in class ModelEvaluator<org.dmg.pmml.association.AssociationModel>null Always.public org.dmg.pmml.FieldName getTargetFieldName()
getTargetFieldName in class ModelEvaluator<org.dmg.pmml.association.AssociationModel>public com.google.common.collect.BiMap<String,org.dmg.pmml.association.AssociationRule> getEntityRegistry()
getEntityRegistry in interface HasEntityRegistry<org.dmg.pmml.association.AssociationRule>Entity identifiers and Entity instances.protected List<TargetField> createTargetFields()
createTargetFields in class ModelEvaluator<org.dmg.pmml.association.AssociationModel>public Map<org.dmg.pmml.FieldName,?> evaluate(ModelEvaluationContext context)
evaluate in class ModelEvaluator<org.dmg.pmml.association.AssociationModel>Copyright © 2018. All rights reserved.