#include <StatSupportCounterMerge.hpp>
Public Member Functions | |
StatSupportCounterMerge () | |
~StatSupportCounterMerge () | |
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 Attributes | |
vector< unsigned int > | trans_step_distribution |
vector< unsigned int > | edgelist_step_distribution |
Definition at line 16 of file StatSupportCounterMerge.hpp.
|
Definition at line 19 of file StatSupportCounterMerge.hpp. |
|
Definition at line 81 of file StatSupportCounterMerge.hpp. References Bodon::StatSupportCounterMerge< TRIE, THRESHOLD >::trans_step_distribution. |
|
Increases the counter of those candidates that are contained by the given basket.
Definition at line 35 of file StatSupportCounterMerge.hpp. References Bodon::StatSupportCounterMerge< TRIE, THRESHOLD >::edgelist_step_distribution, and Bodon::StatSupportCounterMerge< TRIE, THRESHOLD >::trans_step_distribution. |
|
Definition at line 30 of file StatSupportCounterMerge.hpp. Referenced by Bodon::StatSupportCounterMerge< TRIE, THRESHOLD >::findCandidates(). |
|
Definition at line 29 of file StatSupportCounterMerge.hpp. Referenced by Bodon::StatSupportCounterMerge< TRIE, THRESHOLD >::findCandidates(), and Bodon::StatSupportCounterMerge< TRIE, THRESHOLD >::~StatSupportCounterMerge(). |