public class FPGrowthExt
extends weka.associations.FPGrowth
weka.associations.FPGrowth.AssociationRule, weka.associations.FPGrowth.BinaryItem, weka.associations.FPGrowth.FPTreeNode, weka.associations.FPGrowth.FrequentBinaryItemSet, weka.associations.FPGrowth.FrequentItemSets, weka.associations.FPGrowth.ShadowCounts| Constructor and Description |
|---|
FPGrowthExt() |
| Modifier and Type | Method and Description |
|---|---|
ItemSets |
getFrequentItemsets(int minItems,
boolean keepClosedItemsets,
int minSupport,
int maxSupport) |
int |
getNumFrequentItemsets() |
buildAssociations, buildFPTree, deltaTipText, findAllRulesForSupportLevelTipText, getAssociationRules, getCapabilities, getDelta, getFindAllRulesForSupportLevel, getLowerBoundMinSupport, getMaxNumberOfItems, getMetricType, getMinMetric, getNumRulesToFind, getOptions, getPositiveIndex, getRevision, getSingletons, getTechnicalInformation, getUpperBoundMinSupport, globalInfo, graph, listOptions, lowerBoundMinSupportTipText, main, maxNumberOfItemsTipText, metricTypeTipText, mineTree, minMetricTipText, numRulesToFindTipText, positiveIndexTipText, resetOptions, setDelta, setFindAllRulesForSupportLevel, setLowerBoundMinSupport, setMaxNumberOfItems, setMetricType, setMinMetric, setNumRulesToFind, setOptions, setPositiveIndex, setUpperBoundMinSupport, toString, upperBoundMinSupportTipTextpublic int getNumFrequentItemsets()
public ItemSets getFrequentItemsets(int minItems, boolean keepClosedItemsets, int minSupport, int maxSupport)