Package elki.itemsetmining
Interface FPGrowth.FPTree.Collector
-
- Enclosing class:
- FPGrowth.FPTree
static interface FPGrowth.FPTree.Collector
Interface for collecting frequent itemsets found.- Author:
- Erich Schubert
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
collect(int support, int[] buf, int start, int end)
Collect a single frequent itemset
-