#include <CandidateGeneratorNoprune.hpp>
Inheritance diagram for Bodon::dynamic_trie::CandidateGeneratorNoprune< DF_D, TRIE_OEL, TRIE_OI, LEAF, LEAF_ALLOCATOR, NEE >:
Public Member Functions | |
CandidateGeneratorNoprune (TRIE_OEL &main_trie, DF_D &df_decoder, LEAF_ALLOCATOR &s_alloc) | |
void | generateCandidate (unsigned int candidate_size) |
Generates candidates. | |
void | afterWorkCandGen () |
ManipulatorBase (TRIE_OEL &main_trie, DF_D &df_decoder, LEAF_ALLOCATOR &s_alloc) | |
ManipulatorBase (TRIE_OEL &main_trie, DF_D &df_decoder) | |
bool | isThereAnyCandidate () const |
Protected Member Functions | |
template<class TRIE> | |
void | generateCandidateAtParent (TRIE *trie) |
template<class TRIE> | |
void | generateCandidateAtParentNEE (TRIE *trie) |
template<class TRIE> | |
void | generateCandidateFindParent (TRIE *trie, unsigned int step_to_freq_par) |
Generates candidate of size more than two. | |
template<class TRIE> | |
void | generateCandidateFindParentNEE (TRIE *trie, unsigned int step_to_freq_par) |
Protected Attributes | |
std::vector< Edge > | extenders |
std::vector< Edge > | replace_list |
unsigned int | nr_of_new_candidates |
LEAF_ALLOCATOR & | s_alloc |
TRIE_OEL & | main_trie |
Trie to store the candidates. | |
DF_D & | df_decoder |
The depth-first decoder. | |
Private Types | |
typedef Bodon::inhomogeneous_trie::ManipulatorBase< DF_D, TRIE_OEL, LEAF_ALLOCATOR > | PARENT |
Definition at line 22 of file dynamic_trie/trie_manipulators/CandidateGeneratorNoprune.hpp.
|
Reimplemented in Bodon::dynamic_trie::CandGenInfreqRemoveNopruneMerge< DF_D, TRIE_OEL, TRIE_OI, LEAF, LEAF_ALLOCATOR, NEE >. Definition at line 26 of file dynamic_trie/trie_manipulators/CandidateGeneratorNoprune.hpp. |
|
Definition at line 35 of file dynamic_trie/trie_manipulators/CandidateGeneratorNoprune.hpp. |
|
Definition at line 86 of file dynamic_trie/trie_manipulators/CandidateGeneratorNoprune.hpp. |
|
Generates candidates. Generates candidates and writes frequent itemset that are obtained in the previous iteration to disk. Reimplemented in Bodon::dynamic_trie::CandGenInfreqRemoveNopruneMerge< DF_D, TRIE_OEL, TRIE_OI, LEAF, LEAF_ALLOCATOR, NEE >. Definition at line 69 of file dynamic_trie/trie_manipulators/CandidateGeneratorNoprune.hpp. References NEE_Off. |
|
Definition at line 96 of file dynamic_trie/trie_manipulators/CandidateGeneratorNoprune.hpp. References TWO_POW31. |
|
Definition at line 146 of file dynamic_trie/trie_manipulators/CandidateGeneratorNoprune.hpp. References TWO_POW31. |
|
Generates candidate of size more than two.
Definition at line 199 of file dynamic_trie/trie_manipulators/CandidateGeneratorNoprune.hpp. References TWO_POW31. Referenced by Bodon::dynamic_trie::CandGenInfreqRemoveNopruneMerge< DF_D, TRIE_OEL, TRIE_OI, LEAF, LEAF_ALLOCATOR, NEE >::generateCandidate(). |
|
Definition at line 242 of file dynamic_trie/trie_manipulators/CandidateGeneratorNoprune.hpp. References TWO_POW31, and TWO_POW31_1. Referenced by Bodon::dynamic_trie::CandGenInfreqRemoveNopruneMerge< DF_D, TRIE_OEL, TRIE_OI, LEAF, LEAF_ALLOCATOR, NEE >::generateCandidate(). |
|
Definition at line 27 of file trie/trie_manipulators/ManipulatorBase.hpp. References Bodon::ManipulatorBase< DF_D, TRIE >::main_trie. |
|
Definition at line 24 of file trie/trie_manipulators/ManipulatorBase.hpp. |
|
Definition at line 16 of file inhomogeneous_trie/trie_manipulators/ManipulatorBase.hpp. |
|
|
Definition at line 28 of file dynamic_trie/trie_manipulators/CandidateGeneratorNoprune.hpp. |
|
|
|
Definition at line 29 of file dynamic_trie/trie_manipulators/CandidateGeneratorNoprune.hpp. |
|