#include <AprioriSelector.hpp>
Public Member Functions | |
AprioriSelector (counter_t min_supp, char *algorithm, char *input_file, counter_t nr_of_transactions, std::vector< std::pair< counter_t, item_t > > &freq_items_with_counters, T_R &tr_reader, DF_D &df_decoder, unsigned int maxsize=largest_itemsetsize) | |
AprioriSelector (counter_t min_supp, char *algorithm, char *input_file, counter_t nr_of_transactions, std::vector< std::pair< counter_t, item_t > > &freq_items_with_counters, T_R &tr_reader, DF_D &df_decoder, unsigned int maxsize=largest_itemsetsize) |
MAIN_DATA_STRUCTURE | the main data structure. It is basically a trie (prefix-trie) | |
SEC_DATA_STRUCTURE | the secondary data structure | |
LEAF_WC | an other data structure | |
CODER | a coder class, which is most of the cases Coder | |
F2F | a frequent pair filter | |
SUPP_C | a support counter class, it has to implement interface SupportCounterInterface | |
T_R | a transaction reader class, it has to implement interface TransactionReader | |
DF_D | type of the depth-first decoder | |
NEE | the level of equisupport pruning |
Definition at line 45 of file apriori/AprioriSelector.hpp.
|
Definition at line 59 of file apriori/AprioriSelector.hpp. References ASC, and FileReprBase::READ. |
|
|