T - the type of itemspublic interface AssociationRuleMiner<T>
| Modifier and Type | Method and Description |
|---|---|
Collection<AssociationRule<T>> |
mineRules(Collection<Collection<T>> database)
Mines a set of association rules from the given database.
|
Collection<AssociationRule<T>> |
mineRules(Collection<Collection<T>> database,
int conclusion_limit)
Mines a set of association rules from the given database.
|
Collection<AssociationRule<T>> |
mineRules(Collection<Collection<T>> database,
int conclusion_limit,
int total_limit)
Mines a set of association rules from the given database.
|
Collection<AssociationRule<T>> mineRules(Collection<Collection<T>> database)
database - some databaseCollection<AssociationRule<T>> mineRules(Collection<Collection<T>> database, int conclusion_limit)
database - some databasethe - maximal size of elements in the conclusion of the mined rules.Collection<AssociationRule<T>> mineRules(Collection<Collection<T>> database, int conclusion_limit, int total_limit)
database - some databasethe - maximal size of elements in the conclusion of the mined rules.the - total number of elements that may appear in the mined rules.Copyright © 2018. All rights reserved.