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


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 Types | |
| typedef ManipulatorBase< DF_D, TRIE >  | PARENT | 
Protected Member Functions | |
| 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 | |
| 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/CandidateGeneratorNoprune.hpp.
      
  | 
  |||||
| 
 
 Reimplemented in Bodon::trie::CandGenInfreqRemoveNopruneMerge< DF_D, TRIE, NEE >. Definition at line 27 of file trie/trie_manipulators/CandidateGeneratorNoprune.hpp.  | 
  
      
  | 
  ||||||||||||||||
| 
 
 Definition at line 30 of file trie/trie_manipulators/CandidateGeneratorNoprune.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 in Bodon::trie::CandGenInfreqRemoveNopruneMerge< DF_D, TRIE, NEE >. Definition at line 66 of file trie/trie_manipulators/CandidateGeneratorNoprune.hpp. References Bodon::trie::CandidateGeneratorNoprune< DF_D, TRIE, NEE >::generateCandidateFindParent(), Bodon::trie::CandidateGeneratorNoprune< DF_D, TRIE, NEE >::generateCandidateFindParentNEE(), Bodon::ManipulatorBase< DF_D, TRIE >::main_trie, 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