public class AssociationModelManager extends ModelManager<AssociationModel> implements HasEntityRegistry<AssociationRule>
| Constructor and Description |
|---|
AssociationModelManager() |
AssociationModelManager(PMML pmml) |
AssociationModelManager(PMML pmml,
AssociationModel associationModel) |
| Modifier and Type | Method and Description |
|---|---|
AssociationModel |
createModel(Double minimumSupport,
Double minimumConfidence) |
FieldName |
getActiveField() |
List<AssociationRule> |
getAssociationRules() |
com.google.common.collect.BiMap<String,AssociationRule> |
getEntityRegistry()
Takes the snapshot of all known (ie.
|
com.google.common.collect.BiMap<String,Item> |
getItemRegistry() |
List<Item> |
getItems() |
com.google.common.collect.BiMap<String,Itemset> |
getItemsetRegistry() |
List<Itemset> |
getItemsets() |
AssociationModel |
getModel() |
String |
getSummary()
Returns a short description of the underlying
Model |
Target |
getTarget(FieldName name) |
addField, addMiningField, getActiveFields, getGroupFields, getMiningField, getMiningFields, getMiningSchema, getOrCreateLocalTransformations, getOrCreateOutput, getOrCreateTargets, getOutputField, getOutputFields, getPredictedFields, getTargetField, resolveFieldaddDataField, find, find, findAll, getDataDictionary, getDataField, getHeader, getModel, getModelManager, getModelManager, getModels, getOrCreateTransformationDictionary, getPmml, resolveFunctionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDataFieldpublic AssociationModelManager()
public AssociationModelManager(PMML pmml)
public AssociationModelManager(PMML pmml, AssociationModel associationModel)
public String getSummary()
ConsumerModelgetSummary in interface Consumerpublic FieldName getActiveField()
public Target getTarget(FieldName name)
getTarget in class ModelManager<AssociationModel>null Always.public AssociationModel getModel()
getModel in class ModelManager<AssociationModel>public AssociationModel createModel(Double minimumSupport, Double minimumConfidence)
getModel()public com.google.common.collect.BiMap<String,Item> getItemRegistry()
Item identifiers and instances.public com.google.common.collect.BiMap<String,Itemset> getItemsetRegistry()
Itemset identifiers and instances.public com.google.common.collect.BiMap<String,AssociationRule> getEntityRegistry()
HasEntityRegistrygetEntityRegistry in interface HasEntityRegistry<AssociationRule>Entity identifiers and Entity instances.public List<AssociationRule> getAssociationRules()
Copyright © 2013 University of Tartu. All Rights Reserved.