#include "common.hpp"
#include "io/input/transaction_reader/SortedTransactionReader.hpp"
#include "io/codec/coder/Coder.hpp"
#include "io/output/NoOutput.hpp"
#include "io/output/StatOutput.hpp"
#include "fpgrowth/core.cpp"
#include "fpgrowth/nonordfp.cpp"
#include "fpgrowth/classicfp.cpp"
#include "fpgrowth/classicrebuildfp.cpp"
#include "fpgrowth/buildfptree.hpp"
#include "common/allocators.hpp"
#include "common/linmap.cpp"
Include dependency graph for FPGrowthSelector.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | NEE_to_String< NEE > |
struct | NEE_to_String< NEE_Off > |
struct | NEE_to_String< NEE_Level1 > |
struct | NEE_to_String< NEE_Full > |
struct | FirstLevel_to_String< First > |
struct | FirstLevel_to_String< FLBuildSingleTree > |
struct | FirstLevel_to_String< FLBuildAllL1Trees > |
struct | FirstLevel_to_String< FLSimultProject > |
struct | type_nonordfp_basic |
struct | type_nonordfp_dense |
struct | type_nonordfp_sparse |
struct | type_nonordfp_nsparse |
struct | type_nonordfp_classictd |
struct | type_nonordfp_classicrebuild |
struct | type_nonordfp_classictd_alll1trees |
struct | type_nonordfp_classicrebuild_alll1trees |
class | FPGrowthSelector< T_R, DF_D > |
class | FPGrowthSelector< T_R, DF_D >::Phase2< S_C, O_M, SINGLE, NEE > |
Defines | |
#define | o_m df_decoder |
Functions | |
template<class S_C, class O_M, class B_T, bool SINGLE, NEELevel NEE, bool TD, bool PROJECT, bool PROJECTMERGENODES, bool PROJECTDELETECLOSED, FirstLevel PERITEMTREE, bool SPARSEAGGR> | |
void | doFpGrowth (S_C *sorted_coder, item_t maxitem, counter_t min_supp, O_M &o_m) |
template<class S_C, class O_M, class B_T, bool SINGLE, NEELevel NEE, bool TD, FirstLevel PERITEMTREE> | |
void | doFpGrowthClassic (S_C *sorted_coder, item_t maxitem, counter_t min_supp, O_M &o_m) |
template<class S_C, class O_M, class B_T, bool SINGLE, NEELevel NEE, FirstLevel PERITEMTREE> | |
void | doFpGrowthClassicRebuild (S_C *sorted_coder, item_t maxitem, counter_t min_supp, O_M &o_m) |
|
Referenced by doFpGrowthClassic(), doFpGrowthClassicRebuild(), and FPGrowthSelector< T_R, DF_D >::FPGrowthSelector(). |
|
Definition at line 103 of file FPGrowthSelector.hpp. Referenced by FPGrowthSelector< T_R, DF_D >::Phase2< S_C, O_M, SINGLE, NEE >::doPhase2(). |
|
Definition at line 120 of file FPGrowthSelector.hpp. References o_m. Referenced by FPGrowthSelector< T_R, DF_D >::Phase2< S_C, O_M, SINGLE, NEE >::doPhase2(). |
|
Definition at line 136 of file FPGrowthSelector.hpp. References o_m. Referenced by FPGrowthSelector< T_R, DF_D >::Phase2< S_C, O_M, SINGLE, NEE >::doPhase2(). |