#include <CandGenInfreqRemoveNopruneMerge.hpp>
Inheritance diagram for Bodon::trie::CandGenInfreqRemoveNopruneMerge< DF_D, TRIE, NEE >:


| Public Member Functions | |
| CandGenInfreqRemoveNopruneMerge (TRIE &main_trie, DF_D &df_decoder) | |
| void | generateCandidate (unsigned int candidate_size) | 
| Generates candidates. | |
| void | deleteInfrequent (const counter_t min_supp, unsigned int candidate_size) | 
| void | afterWorkDel () | 
| void | afterWorkCandGen () | 
| bool | isThereAnyCandidate () const | 
| Protected Types | |
| typedef CandidateGeneratorNoprune< DF_D, TRIE, NEE > | PARENT | 
| Protected Member Functions | |
| void | delete_infrequent_subtrie (TRIE *subtrie, const counter_t min_supp, unsigned int step_to_cand_par) | 
| void | delete_infrequent_subtrieNEE (TRIE *subtrie, const counter_t min_supp, std::vector< item_t > &NEEsum, unsigned int step_to_cand_par) | 
| void | generateCandidateAtParent (TRIE *trie) | 
| void | generateCandidateAtParentNEE (TRIE *trie, std::vector< item_t > &NEEsum) | 
| void | generateCandidateFindParent (TRIE *trie, unsigned int step_to_freq_par) | 
| Generates candidate of size more than two. | |
| void | generateCandidateFindParentNEE (TRIE *trie, std::vector< item_t > &NEEsum, unsigned int step_to_freq_par) | 
| Protected Attributes | |
| unsigned int | nr_of_deleted | 
| unsigned int | total_nr_of_deleted | 
| 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 21 of file trie/trie_manipulators/CandGenInfreqRemoveNopruneMerge.hpp.
| 
 | |||||
| 
 Reimplemented from Bodon::trie::CandidateGeneratorNoprune< DF_D, TRIE, NEE >. Definition at line 27 of file trie/trie_manipulators/CandGenInfreqRemoveNopruneMerge.hpp. | 
| 
 | ||||||||||||||||
| 
 Definition at line 29 of file trie/trie_manipulators/CandGenInfreqRemoveNopruneMerge.hpp. | 
| 
 | |||||||||
| 
 Definition at line 85 of file trie/trie_manipulators/CandidateGeneratorNoprune.hpp. References Bodon::trie::CandidateGeneratorNoprune< DF_D, TRIE, NEE >::nr_of_all_candidates. | 
| 
 | |||||||||
| 
 | ||||||||||||||||||||
| 
 | ||||||||||||||||||||||||
| 
 | ||||||||||||||||
| 
 | ||||||||||
| Generates candidates. Generates candidates and writes frequent itemset that are obtained in the previous iteration to disk. Reimplemented from Bodon::trie::CandidateGeneratorNoprune< DF_D, TRIE, NEE >. Definition at line 64 of file trie/trie_manipulators/CandGenInfreqRemoveNopruneMerge.hpp. References Bodon::trie::CandidateGeneratorNoprune< DF_D, TRIE, NEE >::generateCandidateFindParent(), Bodon::trie::CandidateGeneratorNoprune< DF_D, TRIE, NEE >::generateCandidateFindParentNEE(), NEE_Off, Bodon::trie::CandidateGeneratorNoprune< DF_D, TRIE, NEE >::nr_of_all_candidates, and Bodon::trie::CandidateGeneratorNoprune< DF_D, TRIE, NEE >::nr_of_new_candidates. | 
| 
 | ||||||||||
| 
 | ||||||||||||||||
| 
 | ||||||||||||||||
| Generates candidate of size more than two. 
 Definition at line 158 of file trie/trie_manipulators/CandidateGeneratorNoprune.hpp. References Bodon::ManipulatorBase< DF_D, TRIE >::df_decoder, Bodon::trie::CandidateGeneratorNoprune< DF_D, TRIE, NEE >::generateCandidateAtParent(), and Bodon::trie::CandidateGeneratorNoprune< DF_D, TRIE, NEE >::nr_of_new_candidates. Referenced by Bodon::trie::CandidateGeneratorNoprune< DF_D, TRIE, NEE >::generateCandidate(), and Bodon::trie::CandGenInfreqRemoveNopruneMerge< DF_D, TRIE, NEE >::generateCandidate(). | 
| 
 | ||||||||||||||||||||
| 
 | |||||||||
| 
 Definition at line 27 of file trie/trie_manipulators/ManipulatorBase.hpp. | 
| 
 | |||||
| 
 | |||||
| 
 | |||||
| 
 | |||||
| 
 | |||||
| 
 | |||||
| 
 | |||||
 1.4.4
 1.4.4