#include <CandidateGeneratorPrune.hpp>
Public Member Functions | |
CandidateGeneratorPrune (TRIE_OEL &main_trie, DF_D &df_decoder, LEAF_ALLOCATOR &s_alloc) | |
void | generateCandidate (unsigned int candidate_size) |
Generates candidates. | |
void | afterWorkCandGen () |
Protected Member Functions | |
template<class TRIE> | |
void | generateCandidateFindParent (TRIE *trie, std::vector< item_t > &maybe_candidate, unsigned int step_to_freq_par) |
Generates candidate of size more than two. | |
template<class TRIE> | |
void | generateCandidateFindParentNEE (TRIE *trie, std::vector< item_t > &maybe_candidate, unsigned int step_to_freq_par) |
Protected Attributes | |
unsigned int | total_nr_of_candidates |
unsigned int | total_nr_of_nonprefix_equiitem |
Definition at line 22 of file dynamic_trie/trie_manipulators/CandidateGeneratorPrune.hpp.
|
Definition at line 29 of file dynamic_trie/trie_manipulators/CandidateGeneratorPrune.hpp. |
|
Definition at line 91 of file dynamic_trie/trie_manipulators/CandidateGeneratorPrune.hpp. References NEE_Off. |
|
Generates candidates. Generates candidates and writes frequent itemset that are obtained in the previous iteration to disk. Definition at line 59 of file dynamic_trie/trie_manipulators/CandidateGeneratorPrune.hpp. References NEE_Off. |
|
Generates candidate of size more than two.
Definition at line 105 of file dynamic_trie/trie_manipulators/CandidateGeneratorPrune.hpp. References TWO_POW31. |
|
Definition at line 156 of file dynamic_trie/trie_manipulators/CandidateGeneratorPrune.hpp. References NEE_Full, NEE_Level1, TWO_POW31, and TWO_POW31_1. |
|
Definition at line 25 of file dynamic_trie/trie_manipulators/CandidateGeneratorPrune.hpp. |
|
Definition at line 26 of file dynamic_trie/trie_manipulators/CandidateGeneratorPrune.hpp. |