#include <SupportCounterMerge.hpp>
Public Member Functions | |
SupportCounterMerge () | |
void | updateCounters (TRIE &main_trie, const std::vector< item_t > &transaction, item_t candidate_size, const counter_t counter_incr) |
Protected Types | |
typedef Leaf | LEAF |
Protected Member Functions | |
void | findCandidates (TRIE *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. |
Definition at line 16 of file support_counter/SupportCounterMerge.hpp.
|
Definition at line 19 of file support_counter/SupportCounterMerge.hpp. |
|
Definition at line 21 of file support_counter/SupportCounterMerge.hpp. |
|
Increases the counter of those candidates that are contained by the given basket.
Definition at line 45 of file support_counter/SupportCounterMerge.hpp. Referenced by Bodon::SupportCounterMerge< TRIE >::updateCounters(). |
|
Definition at line 23 of file support_counter/SupportCounterMerge.hpp. References Bodon::SupportCounterMerge< TRIE >::findCandidates(). |