#include <SupportCounterIterArray.hpp>
Public Member Functions | |
SupportCounterIterArray () | |
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 std::vector< std::vector< item_t >::const_iterator > | iter_vector_t |
typedef std::vector< iter_vector_t > | iter_array_t |
Private Member Functions | |
void | findCandidatesAssist (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, std::vector< iter_vector_t::const_iterator > &first_occurences, const std::vector< iter_vector_t::const_iterator > &iter_ends) |
Definition at line 18 of file SupportCounterIterArray.hpp.
|
Definition at line 33 of file SupportCounterIterArray.hpp. |
|
Definition at line 32 of file SupportCounterIterArray.hpp. |
|
Definition at line 21 of file SupportCounterIterArray.hpp. |
|
Increases the counter of those candidates that are contained by the given basket.
Definition at line 45 of file SupportCounterIterArray.hpp. References Bodon::sequence::SupportCounterIterArray< TRIE >::findCandidatesAssist(). |
|
Definition at line 74 of file SupportCounterIterArray.hpp. Referenced by Bodon::sequence::SupportCounterIterArray< TRIE >::findCandidates(). |