#include <SimplePruner.hpp>
Inheritance diagram for Bodon::sequence::inhomogeneous_trie::SimplePruner< DF_D, TRIE, LEAF, LEAF_ALLOCATOR >:
Public Member Functions | |
SimplePruner (TRIE &main_trie, DF_D &df_decoder, LEAF_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 subset of an itemset is contained in the SimplePruner. | |
void | generateCandidateAtParent (TRIE *trie, std::vector< item_t > &maybe_candidate) |
Protected Attributes | |
std::vector< Edge > | extenders |
std::vector< Edge > | replace_list |
LEAF_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, LEAF_ALLOCATOR > | PARENT |
Definition at line 21 of file inhomogeneous_trie/trie_manipulators/sequence/SimplePruner.hpp.
|
Definition at line 25 of file inhomogeneous_trie/trie_manipulators/sequence/SimplePruner.hpp. |
|
Definition at line 31 of file inhomogeneous_trie/trie_manipulators/sequence/SimplePruner.hpp. |
|
|
Decides if all subset of an itemset is contained in the SimplePruner.
Definition at line 49 of file inhomogeneous_trie/trie_manipulators/sequence/SimplePruner.hpp. References Bodon::ManipulatorBase< DF_D, TRIE >::main_trie. Referenced by Bodon::sequence::inhomogeneous_trie::SimplePruner< DF_D, TRIE, LEAF, LEAF_ALLOCATOR >::generateCandidateAtParent(). |
|
Definition at line 27 of file trie/trie_manipulators/ManipulatorBase.hpp. |
|
|
Definition at line 27 of file inhomogeneous_trie/trie_manipulators/sequence/SimplePruner.hpp. Referenced by Bodon::sequence::inhomogeneous_trie::SimplePruner< DF_D, TRIE, LEAF, LEAF_ALLOCATOR >::generateCandidateAtParent(). |
|
|
Definition at line 28 of file inhomogeneous_trie/trie_manipulators/sequence/SimplePruner.hpp. Referenced by Bodon::sequence::inhomogeneous_trie::SimplePruner< DF_D, TRIE, LEAF, LEAF_ALLOCATOR >::generateCandidateAtParent(). |
|