#include <CandidateGeneratorPrune.hpp>
Public Member Functions | |
CandidateGeneratorPrune (TRIE &main_trie, DF_D &df_decoder) | |
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 | removeNonCandPaths (TRIE *trie, unsigned int step_to_freq) |
Protected Attributes | |
unsigned int | nr_of_new_candidates |
unsigned int | nr_of_all_candidates |
Definition at line 19 of file trie/trie_manipulators/sequence/CandidateGeneratorPrune.hpp.
|
Definition at line 25 of file trie/trie_manipulators/sequence/CandidateGeneratorPrune.hpp. |
|
Definition at line 67 of file trie/trie_manipulators/sequence/CandidateGeneratorPrune.hpp. References Bodon::sequence::CandidateGeneratorPrune< P, DF_D, TRIE >::nr_of_all_candidates. |
|
Generates candidates. Generates candidates and writes frequent itemset that are obtained in the previous iteration to disk. Definition at line 50 of file trie/trie_manipulators/sequence/CandidateGeneratorPrune.hpp. References Bodon::sequence::CandidateGeneratorPrune< P, DF_D, TRIE >::generateCandidateFindParent(), Bodon::sequence::CandidateGeneratorPrune< P, DF_D, TRIE >::nr_of_all_candidates, Bodon::sequence::CandidateGeneratorPrune< P, DF_D, TRIE >::nr_of_new_candidates, and Bodon::sequence::CandidateGeneratorPrune< P, DF_D, TRIE >::removeNonCandPaths(). |
|
Generates candidate of size more than two.
Definition at line 75 of file trie/trie_manipulators/sequence/CandidateGeneratorPrune.hpp. References Bodon::sequence::CandidateGeneratorPrune< P, DF_D, TRIE >::nr_of_new_candidates. Referenced by Bodon::sequence::CandidateGeneratorPrune< P, DF_D, TRIE >::generateCandidate(). |
|
Definition at line 109 of file trie/trie_manipulators/sequence/CandidateGeneratorPrune.hpp. Referenced by Bodon::sequence::CandidateGeneratorPrune< P, DF_D, TRIE >::generateCandidate(). |
|
|