#include <SupportCounterLookupTrans.hpp>
Public Member Functions | |
SupportCounterLookupTrans () | |
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. | |
Private Types | |
typedef Leaf | LEAF |
Definition at line 15 of file SupportCounterLookupTrans.hpp.
|
Definition at line 18 of file SupportCounterLookupTrans.hpp. |
|
Definition at line 20 of file SupportCounterLookupTrans.hpp. |
|
Increases the counter of those candidates that are contained by the given basket.
Definition at line 44 of file SupportCounterLookupTrans.hpp. Referenced by Bodon::SupportCounterLookupTrans< TRIE >::updateCounters(). |
|
Definition at line 22 of file SupportCounterLookupTrans.hpp. References Bodon::SupportCounterLookupTrans< TRIE >::findCandidates(). |