public abstract class AbstractAssocRuleMiner extends Object implements AssocRuleMiner
| Constructor and Description |
|---|
AbstractAssocRuleMiner() |
| Modifier and Type | Method and Description |
|---|---|
protected ItemSets |
findMaxPatterns(ItemSets fis) |
ItemSets |
findMaxPatterns(Iterable<? extends List<String>> database,
List<String> uniqueItems) |
int |
getMinSupportLevel() |
abstract ItemSets |
minePatterns(Iterable<? extends List<String>> database,
List<String> uniqueItems) |
void |
setMinSupportLevel(int minSupportLevel) |
public int getMinSupportLevel()
getMinSupportLevel in interface AssocRuleMinerpublic void setMinSupportLevel(int minSupportLevel)
setMinSupportLevel in interface AssocRuleMinerpublic abstract ItemSets minePatterns(Iterable<? extends List<String>> database, List<String> uniqueItems)
minePatterns in interface AssocRuleMinerpublic ItemSets findMaxPatterns(Iterable<? extends List<String>> database, List<String> uniqueItems)
findMaxPatterns in interface AssocRuleMinerCopyright © 2017. All rights reserved.