#include "common/debug.hpp"
#include <vector>
Include dependency graph for SparseBitmatrix_create.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | __SPARSEBITMATRIX_CREATE_HPP_ t |
SparseBitmatrix_create.hpp -- create a sparse item transaction incidence bitmatrix from transaction data. | |
Typedefs | |
typedef std::vector< std::pair< counter_t, item_t > > | CounterItemPairs |
Functions | |
template<class TRANSACTION_READER> | |
SparseBitmatrix * | createSparseItemTransactionIncidenceMatrix (TRANSACTION_READER &tdb, CounterItemPairs &freqItems) |
Create a sparse item transaction incidence bitmatrix from transaction data. |
|
SparseBitmatrix_create.hpp -- create a sparse item transaction incidence bitmatrix from transaction data.
Definition at line 7 of file SparseBitmatrix_create.hpp. |
|
Definition at line 18 of file SparseBitmatrix_create.hpp. |
|
Create a sparse item transaction incidence bitmatrix from transaction data.
Definition at line 27 of file SparseBitmatrix_create.hpp. References SparseBitmatrix::push_back(). Referenced by Eclat< TRANSACTION_READER, PATTERN_WRITER >::findFrequentPatterns(). |