Classes | |
class | linmap |
An associative container with map-like semantics using unsorted array. More... | |
class | maxvector |
A back-insertion sequence container with fixed maximum size. More... | |
class | nullTreeAnn |
class | AbstractBuildTree |
class | TrieBuildTree |
class | EndPatriciaBuildTree |
struct | node_t |
a single node of the trie More... | |
class | ClassicFPStructure |
INPUT must return sotred transactions. More... | |
struct | bnode_t |
trie that supports (re)build More... | |
class | ClassicRebuildFPStructure |
class | FPGrowthBase |
Template class arguments requirements: STRUCTURE: class/structure fptree_t getFullTree() getFrequency(fptree_t*, item_t) fptree_t * projectTree(fptree_t*, item_t). More... | |
class | FPGrowthBaseNoNEE |
class | NonOrdFPStructure |
Requirements: INPUT must return sorted transactions. More... | |
class | TDNonOrdFPStructure |
Top-Down NonOrdFP tree projection algo TD NonOrdFP structure with single-path optimization. More... | |
class | DFDecoderWrapper |
A DF style decoder that calls an ordinary DF style output manager. More... | |
class | BuildTreeDBCache |
class | NonOptDFOutput |
A DF style output manager that does not write anything, only keeps the compiler from optimizing away output routines. More... | |
Typedefs | |
typedef bracz::node_t | node_t |
a single node of the trie | |
typedef bracz::bnode_t | bnode_t |
trie that supports (re)build |
|
trie that supports (re)build
|
|
a single node of the trie
|