#include "common.hpp"
#include "common/log.h"
#include "io/input/transaction_reader/TransactionReader.hpp"
#include "fpgrowth/buildfptree.hpp"
Include dependency graph for classicfp.cpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | bracz | 
Classes | |
| struct | bracz::node_t | 
| a single node of the trie  More... | |
| class | bracz::ClassicFPStructure< INPUT, BUILDTREE, FIRSTLEVEL, TD, SINGLE > | 
| INPUT must return sotred transactions.  More... | |
| struct | bracz::ClassicFPStructure< INPUT, BUILDTREE, FIRSTLEVEL, TD, SINGLE >::fptree_t | 
| holds the entire trie  More... | |
| class | bracz::ClassicFPStructure< INPUT, BUILDTREE, FIRSTLEVEL, TD, SINGLE >::SinglePathIterator | 
Typedefs | |
| typedef bracz::node_t | bracz::node_t | 
| a single node of the trie   | |
Definition in file classicfp.cpp.
 1.4.4