#include <SupportCounter.hpp>
Public Member Functions | |
SupportCounter () | |
void | updateCounters (TRIE_OEL &main_trie, const std::vector< item_t > &transaction, item_t candidate_size, const counter_t counter_incr) |
Protected Member Functions | |
void | findCandidates (TRIE_OEL *subtrie, std::vector< item_t >::const_iterator it_basket_upper_bound, std::vector< item_t >::const_iterator it_basket, item_t step_to_candidate, const counter_t counter_incr) |
Increases the counter of those candidates that are contained by the given basket. | |
void | findCandidates (TRIE_OI *subtrie, std::vector< item_t >::const_iterator it_basket_upper_bound, std::vector< item_t >::const_iterator it_basket, item_t step_to_candidate, const counter_t counter_incr) |
Private Types | |
typedef Bodon::Leaf | LEAF |
Definition at line 19 of file dynamic_trie/trie_manipulators/SupportCounter.hpp.
|
Definition at line 22 of file dynamic_trie/trie_manipulators/SupportCounter.hpp. |
|
Definition at line 24 of file dynamic_trie/trie_manipulators/SupportCounter.hpp. |
|
Definition at line 101 of file dynamic_trie/trie_manipulators/SupportCounter.hpp. References Bodon::dynamic_trie::SupportCounter< TRIE_OEL, TRIE_OI >::findCandidates(), and TWO_POW31. |
|
Increases the counter of those candidates that are contained by the given basket.
Definition at line 52 of file dynamic_trie/trie_manipulators/SupportCounter.hpp. References TWO_POW31. Referenced by Bodon::dynamic_trie::SupportCounter< TRIE_OEL, TRIE_OI >::findCandidates(), and Bodon::dynamic_trie::SupportCounter< TRIE_OEL, TRIE_OI >::updateCounters(). |
|
Definition at line 26 of file dynamic_trie/trie_manipulators/SupportCounter.hpp. References Bodon::dynamic_trie::SupportCounter< TRIE_OEL, TRIE_OI >::findCandidates(). |