#include <SupportCounterLookupEdgePrevMem.hpp>
Public Member Functions | |
SupportCounterLookupEdgePrevMem () | |
void | updateCounters (TRIE &main_trie, const std::vector< item_t > &transaction, item_t candidate_size, const counter_t counter_incr) |
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 15 of file SupportCounterLookupEdgePrevMem.hpp.
|
Definition at line 18 of file SupportCounterLookupEdgePrevMem.hpp. |
|
Increases the counter of those candidates that are contained by the given basket.
Definition at line 42 of file SupportCounterLookupEdgePrevMem.hpp. Referenced by Bodon::SupportCounterLookupEdgePrevMem< TRIE >::updateCounters(). |
|
Definition at line 20 of file SupportCounterLookupEdgePrevMem.hpp. References Bodon::SupportCounterLookupEdgePrevMem< TRIE >::findCandidates(). |