#include <CandidateGeneratorPrune.hpp>
Public Member Functions | |
CandidateGeneratorPrune (TRIE &main_trie, DF_D &df_decoder, TRIE_ALLOCATOR &s_alloc) | |
void | generateCandidate (unsigned int candidate_size) |
Generates candidates. | |
void | afterWorkCandGen () |
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) |
Protected Attributes | |
unsigned int | nr_of_new_candidates |
unsigned int | nr_of_all_candidates |
Definition at line 19 of file trie/trie_manipulators/CandidateGeneratorPrune.hpp.
|
Definition at line 25 of file trie/trie_manipulators/CandidateGeneratorPrune.hpp. |
|
Definition at line 77 of file trie/trie_manipulators/CandidateGeneratorPrune.hpp. References Bodon::CandidateGeneratorPrune< P, DF_D, TRIE, TRIE_ALLOCATOR, NEE >::nr_of_all_candidates. |
|
Generates candidates. Generates candidates and writes frequent itemset that are obtained in the previous iteration to disk. Definition at line 54 of file trie/trie_manipulators/CandidateGeneratorPrune.hpp. References Bodon::CandidateGeneratorPrune< P, DF_D, TRIE, TRIE_ALLOCATOR, NEE >::generateCandidateFindParent(), Bodon::CandidateGeneratorPrune< P, DF_D, TRIE, TRIE_ALLOCATOR, NEE >::generateCandidateFindParentNEE(), NEE_Off, Bodon::CandidateGeneratorPrune< P, DF_D, TRIE, TRIE_ALLOCATOR, NEE >::nr_of_all_candidates, and Bodon::CandidateGeneratorPrune< P, DF_D, TRIE, TRIE_ALLOCATOR, NEE >::nr_of_new_candidates. |
|
Generates candidate of size more than two.
Definition at line 85 of file trie/trie_manipulators/CandidateGeneratorPrune.hpp. References Bodon::CandidateGeneratorPrune< P, DF_D, TRIE, TRIE_ALLOCATOR, NEE >::nr_of_new_candidates. Referenced by Bodon::CandidateGeneratorPrune< P, DF_D, TRIE, TRIE_ALLOCATOR, NEE >::generateCandidate(). |
|
Definition at line 124 of file trie/trie_manipulators/CandidateGeneratorPrune.hpp. References Bodon::CandidateGeneratorPrune< P, DF_D, TRIE, TRIE_ALLOCATOR, NEE >::nr_of_new_candidates. Referenced by Bodon::CandidateGeneratorPrune< P, DF_D, TRIE, TRIE_ALLOCATOR, NEE >::generateCandidate(). |
|
|