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


Public Member Functions | |
| InfreqRemover (TRIE_OEL &main_trie, DF_D &df_decoder, LEAF_ALLOCATOR &s_alloc) | |
| void | deleteInfrequent (const counter_t min_supp, unsigned int candidate_size) |
| Deletes infrequent itemsets. | |
| void | afterWorkDel () |
| 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 | delete_infrequent_subtrie (TRIE *subtrie, const counter_t min_supp, unsigned int step_to_cand_par) |
| Deletes the tries that represent infrequent itemstd::sets. | |
| template<class TRIE> | |
| void | delete_infrequent_subtrieNEE (TRIE *subtrie, const counter_t min_supp, unsigned int step_to_cand_par) |
Protected Attributes | |
| std::vector< Edge > | extenders |
| std::vector< item_t > | neelist |
| unsigned int | nr_of_deleted |
| unsigned int | total_nr_of_deleted |
| unsigned int | nr_of_prefix_equiitem |
| unsigned int | total_nr_of_prefix_equiitem |
| 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 21 of file dynamic_trie/trie_manipulators/InfreqRemover.hpp.
|
|||||
|
Definition at line 25 of file dynamic_trie/trie_manipulators/InfreqRemover.hpp. |
|
||||||||||||||||||||
|
Definition at line 35 of file dynamic_trie/trie_manipulators/InfreqRemover.hpp. |
|
|||||||||
|
||||||||||||||||||||||||
|
Deletes the tries that represent infrequent itemstd::sets.
Definition at line 101 of file dynamic_trie/trie_manipulators/InfreqRemover.hpp. References Bodon::dynamic_trie::InfreqRemover< DF_D, TRIE_OEL, TRIE_OI, LEAF, LEAF_ALLOCATOR, NEE >::nr_of_deleted, Bodon::inhomogeneous_trie::ManipulatorBase< DF_D, TRIE_OEL, LEAF_ALLOCATOR >::s_alloc, and TWO_POW31. |
|
||||||||||||||||||||||||
|
||||||||||||||||
|
|
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 27 of file dynamic_trie/trie_manipulators/InfreqRemover.hpp. |
|
|
|||||
|
|||||
|
|||||
|
|
|||||
|
|||||
1.4.4