#include <RoutingSelector.hpp>
Public Member Functions | |
RoutingSelectorDouble (counter_t min_supp, char *routing, 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) | |
Private Member Functions | |
template<unsigned int THRESHOLD, class S_C, class FII, class FPI, class CG, class IR> | |
void | selectHybrid (S_C &sorted_coder, DF_D &df_decoder, counter_t nr_of_transactions, std::vector< counter_t > &freq_counters, counter_t min_supp) |
Private Attributes | |
std::vector< std::pair< counter_t, std::pair< item_t, item_t > > > | freq_pairs_with_counters |
Definition at line 86 of file RoutingSelector.hpp.
|
Definition at line 465 of file RoutingSelector.hpp. References ASC, Frequent2Filter< IT_R >::findFrequentPairs(), RoutingSelectorDouble< TRIE, LEAF_WC, LEAF_ALLOCATOR, T_R, DF_D >::freq_pairs_with_counters, and FileReprBase::READ. |
|
|
|
Definition at line 107 of file RoutingSelector.hpp. Referenced by RoutingSelectorDouble< TRIE, LEAF_WC, LEAF_ALLOCATOR, T_R, DF_D >::RoutingSelectorDouble(). |