#include <CandidateGeneratorNoprune.hpp>
Inheritance diagram for Bodon::sequence::CandidateGeneratorNoprune< DF_D, TRIE >:
Public Member Functions | |
CandidateGeneratorNoprune (TRIE &main_trie, DF_D &df_decoder) | |
void | generateCandidate (unsigned int candidate_size) |
Generates candidates. | |
void | afterWorkCandGen () |
bool | isThereAnyCandidate () const |
Protected Member Functions | |
void | generateCandidateAtParent (TRIE *trie) |
void | generateCandidateFindParent (TRIE *trie, unsigned int step_to_freq_par) |
Generates candidate of size more than two. | |
Protected Attributes | |
std::vector< Edge > | extenders |
unsigned int | nr_of_new_candidates |
unsigned int | nr_of_all_candidates |
TRIE & | main_trie |
Trie to store the candidates. | |
DF_D & | df_decoder |
The depth-first decoder. |
Definition at line 20 of file trie/trie_manipulators/sequence/CandidateGeneratorNoprune.hpp.
|
Definition at line 28 of file trie/trie_manipulators/sequence/CandidateGeneratorNoprune.hpp. |
|
Definition at line 68 of file trie/trie_manipulators/sequence/CandidateGeneratorNoprune.hpp. References Bodon::sequence::CandidateGeneratorNoprune< DF_D, TRIE >::nr_of_all_candidates. |
|
Generates candidates. Generates candidates and writes frequent itemset that are obtained in the previous iteration to disk. Reimplemented in Bodon::sequence::CandGenInfreqRemoveNopruneMerge< DF_D, TRIE >. Definition at line 55 of file trie/trie_manipulators/sequence/CandidateGeneratorNoprune.hpp. References Bodon::sequence::CandidateGeneratorNoprune< DF_D, TRIE >::generateCandidateFindParent(), Bodon::ManipulatorBase< DF_D, TRIE >::main_trie, Bodon::sequence::CandidateGeneratorNoprune< DF_D, TRIE >::nr_of_all_candidates, and Bodon::sequence::CandidateGeneratorNoprune< DF_D, TRIE >::nr_of_new_candidates. |
|
|
Generates candidate of size more than two.
Definition at line 106 of file trie/trie_manipulators/sequence/CandidateGeneratorNoprune.hpp. References Bodon::ManipulatorBase< DF_D, TRIE >::df_decoder, Bodon::sequence::CandidateGeneratorNoprune< DF_D, TRIE >::generateCandidateAtParent(), and Bodon::sequence::CandidateGeneratorNoprune< DF_D, TRIE >::nr_of_new_candidates. Referenced by Bodon::sequence::CandidateGeneratorNoprune< DF_D, TRIE >::generateCandidate(), and Bodon::sequence::CandGenInfreqRemoveNopruneMerge< DF_D, TRIE >::generateCandidate(). |
|
Definition at line 27 of file trie/trie_manipulators/ManipulatorBase.hpp. |
|
|
Definition at line 23 of file trie/trie_manipulators/sequence/CandidateGeneratorNoprune.hpp. Referenced by Bodon::sequence::CandidateGeneratorNoprune< DF_D, TRIE >::generateCandidateAtParent(). |
|
|
|