#include <FrequentItemInserter.hpp>
Inheritance diagram for Bodon::dynamic_trie::FrequentItemInserter< DF_D, TRIE_OEL, NEE >:
Public Member Functions | |
FrequentItemInserter (TRIE_OEL &trie, DF_D &df_decoder) | |
void | setEmptysetSupport (const counter_t emptyset_support) |
This set the support of the emptyset. | |
void | insertFrequentItems (const std::vector< counter_t > &freq_counters) |
Insert the frequent items and their counters into the data structure;. | |
ManipulatorBase (TRIE_OEL &main_trie, DF_D &df_decoder) | |
bool | isThereAnyCandidate () const |
Protected Attributes | |
TRIE_OEL & | main_trie |
Trie to store the candidates. | |
DF_D & | df_decoder |
The depth-first decoder. | |
Private Types | |
typedef Bodon::ManipulatorBase< DF_D, TRIE_OEL > | PARENT |
Definition at line 18 of file dynamic_trie/trie_manipulators/FrequentItemInserter.hpp.
|
Definition at line 21 of file dynamic_trie/trie_manipulators/FrequentItemInserter.hpp. |
|
Definition at line 23 of file dynamic_trie/trie_manipulators/FrequentItemInserter.hpp. |
|
Insert the frequent items and their counters into the data structure;.
Definition at line 33 of file dynamic_trie/trie_manipulators/FrequentItemInserter.hpp. References Bodon::ManipulatorBase< DF_D, TRIE_OEL >::df_decoder, Bodon::ManipulatorBase< DF_D, TRIE_OEL >::main_trie, NEE_Off, and TWO_POW31_1. |
|
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. |
|
This set the support of the emptyset.
Definition at line 27 of file dynamic_trie/trie_manipulators/FrequentItemInserter.hpp. References Bodon::ManipulatorBase< DF_D, TRIE_OEL >::main_trie, and TWO_POW31. |
|
|