#include <SupportCounterMerge2.hpp>
Public Member Functions | |
SupportCounterMerge2 () | |
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. | |
Private Types | |
typedef std::pair< item_t, std::vector< item_t >::const_iterator > | SeqFirstOcc |
Definition at line 19 of file SupportCounterMerge2.hpp.
|
Definition at line 22 of file SupportCounterMerge2.hpp. |
|
Definition at line 25 of file SupportCounterMerge2.hpp. |
|
Increases the counter of those candidates that are contained by the given basket.
Definition at line 39 of file SupportCounterMerge2.hpp. |