#include <SimplePruner.hpp>
Inheritance diagram for Bodon::trie::SimplePruner< DF_D, TRIE, TRIE_ALLOCATOR, NEE >:
Public Member Functions | |
SimplePruner (TRIE &main_trie, DF_D &df_decoder, TRIE_ALLOCATOR &s_alloc) | |
ManipulatorBase (TRIE &main_trie, DF_D &df_decoder, TRIE_ALLOCATOR &s_alloc) | |
bool | isThereAnyCandidate () const |
Protected Member Functions | |
int | isAllSubsetFrequent (std::vector< item_t > &maybe_candidate, const item_t new_item) const |
Decides if all subsets of an itemset is contained in the trie. | |
void | generateCandidateAtParent (TRIE *trie, std::vector< item_t > &maybe_candidate) |
void | generateCandidateAtParentNEE (TRIE *trie, std::vector< item_t > &maybe_candidate, std::vector< item_t > &NEEsum) |
Protected Attributes | |
std::vector< Edge > | extenders |
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 21 of file trie/trie_manipulators/SimplePruner.hpp.
|
Definition at line 25 of file trie/trie_manipulators/SimplePruner.hpp. |
|
Definition at line 30 of file trie/trie_manipulators/SimplePruner.hpp. |
|
|
|
Decides if all subsets of an itemset is contained in the trie.
Definition at line 51 of file trie/trie_manipulators/SimplePruner.hpp. References Bodon::ManipulatorBase< DF_D, TRIE >::main_trie. Referenced by Bodon::trie::SimplePruner< DF_D, TRIE, TRIE_ALLOCATOR, NEE >::generateCandidateAtParent(), and Bodon::trie::SimplePruner< DF_D, TRIE, TRIE_ALLOCATOR, NEE >::generateCandidateAtParentNEE(). |
|
Definition at line 27 of file trie/trie_manipulators/ManipulatorBase.hpp. |
|
Definition at line 16 of file inhomogeneous_trie/trie_manipulators/ManipulatorBase.hpp. |
|
|
|
|