#include <SupportCounterLookupSeq.hpp>
Public Member Functions | |
SupportCounterLookupSeq () | |
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_transaction_upper_bound, std::vector< item_t >::const_iterator it_transaction, 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 34 of file SupportCounterLookupSeq.hpp.
|
Definition at line 37 of file SupportCounterLookupSeq.hpp. |
|
Definition at line 39 of file SupportCounterLookupSeq.hpp. |
|
Increases the counter of those candidates that are contained by the given basket.
Definition at line 61 of file SupportCounterLookupSeq.hpp. Referenced by Bodon::sequence::SupportCounterLookupSeq< TRIE >::updateCounters(). |
|
Definition at line 40 of file SupportCounterLookupSeq.hpp. References Bodon::sequence::SupportCounterLookupSeq< TRIE >::findCandidates(). |