#include "common.hpp"
#include "common/commandline.hpp"
#include "io/FILERepr.hpp"
#include "io/FDRepr.hpp"
#include "io/input/transaction_reader/TransactionReader.hpp"
#include "io/input/transaction_reader/LBufferedTransactionReader.hpp"
#include "io/codec/decoder/df/DFDecoderWithEEManagement.hpp"
#include "io/codec/coder/Coder.hpp"
#include "util/FrequentFilter.cpp"
#include "eclat.hpp"
Include dependency graph for eclat/main.cpp:
Go to the source code of this file.
Typedefs | |
typedef LBufferedTransactionReader< > | OriginalTransactionReader |
typedef DFDecoderWithEEManagement< > | PatternWriter |
typedef Coder< OriginalTransactionReader, PatternWriter > | RecodedTransactionReader |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
long long | numint = 0 |
main.cpp - command line tool for eclat | |
long long | numlen = 0 |
|
Definition at line 47 of file eclat/main.cpp. |
|
Definition at line 49 of file eclat/main.cpp. |
|
Definition at line 50 of file eclat/main.cpp. |
|
Definition at line 54 of file eclat/main.cpp. References ASC, DESC, FrequentFilter< IT_R >::findFrequentItems(), Eclat< TRANSACTION_READER, PATTERN_WRITER >::findFrequentPatterns(), NOCARE, numint, numlen, process_arguments(), FileReprBase::READ, and FileReprBase::WRITE. |
|
main.cpp - command line tool for eclat
Definition at line 26 of file eclat/main.cpp. Referenced by main(). |
|
Definition at line 27 of file eclat/main.cpp. Referenced by cardinalityOfIntersection(), and main(). |