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