#include <CandidateGeneratorPrune.hpp>
Public Member Functions | |
CandidateGeneratorPrune (TRIE &main_trie, DF_D &df_decoder, LEAF_ALLOCATOR &s_alloc) | |
void | generateCandidate (unsigned int candidate_size) |
Generates candidates. | |
void | afterWorkCandGen () |
bool | isThereAnyCandidate () const |
Protected Member Functions | |
void | generateCandidateFindParent (TRIE *trie, std::vector< item_t > &maybe_candidate, unsigned int step_to_freq_par) |
Generates candidate of size more than two. | |
void | generateCandidateFindParentNEE (TRIE *trie, std::vector< item_t > &maybe_candidate, std::vector< item_t > &NEEsum, unsigned int step_to_freq_par) |
void | generateCandidateFindParentNEENoDeadend (TRIE *trie, std::vector< item_t > &maybe_candidate, unsigned int step_to_freq_par) |
Protected Attributes | |
unsigned int | nr_of_new_candidates |
unsigned int | nr_of_all_candidates |
Definition at line 20 of file inhomogeneous_trie/trie_manipulators/CandidateGeneratorPrune.hpp.
|
Definition at line 27 of file inhomogeneous_trie/trie_manipulators/CandidateGeneratorPrune.hpp. |
|
Definition at line 102 of file inhomogeneous_trie/trie_manipulators/CandidateGeneratorPrune.hpp. |
|
Generates candidates. Generates candidates and writes frequent itemset that are obtained in the previous iteration to disk. Definition at line 69 of file inhomogeneous_trie/trie_manipulators/CandidateGeneratorPrune.hpp. References NEE_Off. |
|
Generates candidate of size more than two.
Definition at line 112 of file inhomogeneous_trie/trie_manipulators/CandidateGeneratorPrune.hpp. |
|
Definition at line 154 of file inhomogeneous_trie/trie_manipulators/CandidateGeneratorPrune.hpp. |
|
Definition at line 217 of file inhomogeneous_trie/trie_manipulators/CandidateGeneratorPrune.hpp. |
|
Definition at line 41 of file inhomogeneous_trie/trie_manipulators/CandidateGeneratorPrune.hpp. |
|
Definition at line 24 of file inhomogeneous_trie/trie_manipulators/CandidateGeneratorPrune.hpp. |
|
Definition at line 23 of file inhomogeneous_trie/trie_manipulators/CandidateGeneratorPrune.hpp. |