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() |
protected <V extends Number> |
evaluateAssociationRules(ValueFactory<V> valueFactory,
EvaluationContext 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 |
getTargetName() |
assessParentCompatibility, assessPurity, configure, createClassification, createEvaluationContext, createInputFields, createInputFields, createOutputFields, ensureConfiguration, ensureModelEvaluatorFactory, ensureOutputFilter, ensureValueFactory, ensureValueFactoryFactory, evaluate, evaluateClassification, evaluateClustering, evaluateInternal, evaluateMixed, evaluateRegression, evaluateSequences, evaluateTimeSeries, getConfiguration, getInputMapper, getNumberOfVisibleFields, getResultMapper, isParentCompatible, isPure, processArguments, processResults, verifyaddResultFeatures, createMiningSchemaException, getActiveFields, getDataField, getDefaultDataField, getDefineFunction, getDerivedField, getInputFields, getLocalDerivedField, getMathContext, getMiningField, getMiningFunction, getModel, getOutputField, getOutputFields, getPMML, getResultFeatures, getTargetField, getTargetFields, getValue, getValue, getVisibleFields, hasLocalDerivedFields, hasOutputFields, hasResultFeature, resetInputFields, resetResultFields, resolveField, setDefaultDataFieldclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetActiveFieldsgetMiningFunctiongetInputFieldsgetOutputFields, getTargetFieldspublic 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 ModelManager<org.dmg.pmml.association.AssociationModel>null Always.public org.dmg.pmml.FieldName getTargetName()
getTargetName in class ModelManager<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>protected <V extends Number> Map<org.dmg.pmml.FieldName,Association> evaluateAssociationRules(ValueFactory<V> valueFactory, EvaluationContext context)
evaluateAssociationRules in class ModelEvaluator<org.dmg.pmml.association.AssociationModel>Copyright © 2020. All rights reserved.