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


Public Member Functions | |
| InfreqRemover (TRIE &main_trie, DF_D &df_decoder, TRIE_ALLOCATOR &s_alloc) | |
| void | deleteInfrequent (const counter_t min_supp, unsigned int candidate_size) |
| void | afterWorkDel () |
| ManipulatorBase (TRIE &main_trie, DF_D &df_decoder, TRIE_ALLOCATOR &s_alloc) | |
| bool | isThereAnyCandidate () const |
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) |
Protected Attributes | |
| std::vector< Edge > | extenders |
| unsigned int | nr_of_deleted |
| unsigned int | total_nr_of_deleted |
| TRIE_ALLOCATOR & | s_alloc |
| TRIE & | 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, TRIE_ALLOCATOR > | PARENT |
Definition at line 19 of file trie/trie_manipulators/InfreqRemover.hpp.
|
|||||
|
Definition at line 22 of file trie/trie_manipulators/InfreqRemover.hpp. |
|
||||||||||||||||||||
|
Definition at line 29 of file trie/trie_manipulators/InfreqRemover.hpp. |
|
|||||||||
|
Definition at line 79 of file trie/trie_manipulators/InfreqRemover.hpp. References Bodon::trie::InfreqRemover< DF_D, TRIE, TRIE_ALLOCATOR, NEE >::total_nr_of_deleted. |
|
||||||||||||||||||||
|
Definition at line 93 of file trie/trie_manipulators/InfreqRemover.hpp. References Bodon::trie::InfreqRemover< DF_D, TRIE, TRIE_ALLOCATOR, NEE >::nr_of_deleted, and Bodon::inhomogeneous_trie::ManipulatorBase< DF_D, TRIE, TRIE_ALLOCATOR >::s_alloc. Referenced by Bodon::trie::InfreqRemover< DF_D, TRIE, TRIE_ALLOCATOR, NEE >::deleteInfrequent(). |
|
||||||||||||||||||||||||
|
||||||||||||||||
|
Definition at line 56 of file trie/trie_manipulators/InfreqRemover.hpp. References Bodon::trie::InfreqRemover< DF_D, TRIE, TRIE_ALLOCATOR, NEE >::delete_infrequent_subtrie(), Bodon::trie::InfreqRemover< DF_D, TRIE, TRIE_ALLOCATOR, NEE >::delete_infrequent_subtrieNEE(), NEE_Off, Bodon::trie::InfreqRemover< DF_D, TRIE, TRIE_ALLOCATOR, NEE >::nr_of_deleted, and Bodon::trie::InfreqRemover< DF_D, TRIE, TRIE_ALLOCATOR, NEE >::total_nr_of_deleted. |
|
|||||||||
|
Definition at line 27 of file trie/trie_manipulators/ManipulatorBase.hpp. |
|
||||||||||||||||
|
Definition at line 16 of file inhomogeneous_trie/trie_manipulators/ManipulatorBase.hpp. |
|
|||||
|
|||||
|
Definition at line 24 of file trie/trie_manipulators/InfreqRemover.hpp. |
|
|||||
|
|||||
|
|
|||||
|
Definition at line 26 of file trie/trie_manipulators/InfreqRemover.hpp. Referenced by Bodon::trie::InfreqRemover< DF_D, TRIE, TRIE_ALLOCATOR, NEE >::afterWorkDel(), and Bodon::trie::InfreqRemover< DF_D, TRIE, TRIE_ALLOCATOR, NEE >::deleteInfrequent(). |
1.4.4