| AbstractItemset |
This is an abstract class for an itemset (a set of items.
|
| AbstractOrderedItemset |
This is an abstract class indicating general methods
that an ordered itemset should have, and is designed for ordered itemsets where items are sorted
by lexical order and no item can appear twice.
|
| FPNode |
This is an implementation of a FPTree node as used by the FPGrowth algorithm.
|
| FPTree |
This is an implementation of a FPTree as used by the FPGrowth algorithm.
|
| Itemset |
This class represents an itemset (a set of items) implemented as an array of integers with
a variable to store the support count of the itemset.
|
| Itemsets |
This class represents a set of itemsets, where an itemset is an array of integers
with an associated support count.
|