#include <CandGenInfreqRemoveNopruneMerge.hpp>
Inheritance diagram for Bodon::dynamic_trie::CandGenInfreqRemoveNopruneMerge< DF_D, TRIE_OEL, TRIE_OI, LEAF, LEAF_ALLOCATOR, NEE >:


Public Member Functions | |
| CandGenInfreqRemoveNopruneMerge (TRIE_OEL &main_trie, DF_D &df_decoder, LEAF_ALLOCATOR &s_alloc) | |
| void | generateCandidate (unsigned int candidate_size) |
| void | deleteInfrequent (const counter_t min_supp, unsigned int candidate_size) |
| void | afterWorkDel () |
| 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 |
Static Public Attributes | |
| static unsigned int | total_nr_of_candidates |
Protected Member Functions | |
| template<class TRIE> | |
| void | delete_infrequent_subtrie (TRIE *subtrie, const counter_t min_supp, unsigned int step_to_cand_par) |
| Deletes the tries that represent infrequent itemsets. | |
| template<class TRIE> | |
| void | delete_infrequent_subtrieNEE (TRIE *subtrie, const counter_t min_supp, unsigned int step_to_cand_par) |
| 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 | |
| unsigned int | nr_of_deleted |
| unsigned int | total_nr_of_deleted |
| unsigned int | nr_of_prefix_equiitem |
| unsigned int | total_nr_of_prefix_equiitem |
| 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 CandidateGeneratorNoprune< DF_D, TRIE_OEL, TRIE_OI, LEAF, LEAF_ALLOCATOR, NEE > | PARENT |
Definition at line 34 of file dynamic_trie/trie_manipulators/CandGenInfreqRemoveNopruneMerge.hpp.
|
|||||
|
Reimplemented from Bodon::dynamic_trie::CandidateGeneratorNoprune< DF_D, TRIE_OEL, TRIE_OI, LEAF, LEAF_ALLOCATOR, NEE >. Definition at line 40 of file dynamic_trie/trie_manipulators/CandGenInfreqRemoveNopruneMerge.hpp. |
|
||||||||||||||||||||
|
Definition at line 49 of file dynamic_trie/trie_manipulators/CandGenInfreqRemoveNopruneMerge.hpp. |
|
|||||||||
|
Definition at line 86 of file dynamic_trie/trie_manipulators/CandidateGeneratorNoprune.hpp. |
|
|||||||||
|
Definition at line 143 of file dynamic_trie/trie_manipulators/CandGenInfreqRemoveNopruneMerge.hpp. References NEE_Off. |
|
||||||||||||||||||||||||
|
Deletes the tries that represent infrequent itemsets.
Definition at line 159 of file dynamic_trie/trie_manipulators/CandGenInfreqRemoveNopruneMerge.hpp. References TWO_POW31. |
|
||||||||||||||||||||||||
|
Definition at line 220 of file dynamic_trie/trie_manipulators/CandGenInfreqRemoveNopruneMerge.hpp. References TWO_POW31, and TWO_POW31_1. |
|
||||||||||||||||
|
Definition at line 110 of file dynamic_trie/trie_manipulators/CandGenInfreqRemoveNopruneMerge.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 42 of file dynamic_trie/trie_manipulators/CandGenInfreqRemoveNopruneMerge.hpp. |
|
|||||
|
|||||
|
Definition at line 44 of file dynamic_trie/trie_manipulators/CandGenInfreqRemoveNopruneMerge.hpp. |
|
|||||
|
Definition at line 29 of file dynamic_trie/trie_manipulators/CandidateGeneratorNoprune.hpp. |
|
|
|||||
|
|||||
|
Definition at line 43 of file dynamic_trie/trie_manipulators/CandGenInfreqRemoveNopruneMerge.hpp. |
|
|||||
|
Definition at line 45 of file dynamic_trie/trie_manipulators/CandGenInfreqRemoveNopruneMerge.hpp. |
1.4.4