#include <FPGrowthSelector.hpp>
Public Member Functions | |
FPGrowthSelector (counter_t min_supp, bool relative, double relminsupp, 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) | |
template<class S_C, class O_M, class Type> | |
void | Phase1 (S_C *sorted_coder, item_t maxitem, counter_t min_supp, O_M &o_m, Type t, EModify mod) |
Private Types | |
typedef bracz::EndPatriciaBuildTree< false > | B_T |
enum | EModify { EModifyNone, EModifySingleOff, EModifyNeeOff } |
Classes | |
class | Phase2 |
Definition at line 151 of file FPGrowthSelector.hpp.
|
Definition at line 154 of file FPGrowthSelector.hpp. |
|
Definition at line 155 of file FPGrowthSelector.hpp. |
|
Definition at line 268 of file FPGrowthSelector.hpp. References DESC, FPGrowthSelector< T_R, DF_D >::EModifyNeeOff, FPGrowthSelector< T_R, DF_D >::EModifyNone, FPGrowthSelector< T_R, DF_D >::EModifySingleOff, o_m, FPGrowthSelector< T_R, DF_D >::Phase1(), and FileReprBase::READ. |
|
Definition at line 232 of file FPGrowthSelector.hpp. References FPGrowthSelector< T_R, DF_D >::EModifyNeeOff, FPGrowthSelector< T_R, DF_D >::EModifyNone, and FPGrowthSelector< T_R, DF_D >::EModifySingleOff. Referenced by FPGrowthSelector< T_R, DF_D >::FPGrowthSelector(). |