#include <SupportCounterLookupTransLinBin.hpp>
Public Member Functions | |
SupportCounterLookupTransLinBin () | |
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. | |
void | findCandidatesSpecMerge (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, typename TRIE::iterator it_edge) |
void | findCandidatesMerge (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) |
Definition at line 15 of file SupportCounterLookupTransLinBin.hpp.
|
Definition at line 18 of file SupportCounterLookupTransLinBin.hpp. |
|
Increases the counter of those candidates that are contained by the given basket.
Definition at line 55 of file SupportCounterLookupTransLinBin.hpp. References Bodon::SupportCounterLookupTransLinBin< TRIE, THRESHOLD >::findCandidatesSpecMerge(). Referenced by Bodon::SupportCounterLookupTransLinBin< TRIE, THRESHOLD >::updateCounters(). |
|
Definition at line 120 of file SupportCounterLookupTransLinBin.hpp. Referenced by Bodon::SupportCounterLookupTransLinBin< TRIE, THRESHOLD >::findCandidatesSpecMerge(). |
|
Definition at line 94 of file SupportCounterLookupTransLinBin.hpp. References Bodon::SupportCounterLookupTransLinBin< TRIE, THRESHOLD >::findCandidatesMerge(). Referenced by Bodon::SupportCounterLookupTransLinBin< TRIE, THRESHOLD >::findCandidates(). |
|
Definition at line 20 of file SupportCounterLookupTransLinBin.hpp. References Bodon::SupportCounterLookupTransLinBin< TRIE, THRESHOLD >::findCandidates(). |