#include <SupportCounter.hpp>
Inheritance diagram for Bodon::vector_based::SupportCounter< DATA_STRUCTURE >:
Public Member Functions | |
SupportCounter () | |
void | updateCounters (DATA_STRUCTURE &candidates, const std::vector< item_t > &transaction, const unsigned int candidate_size, const counter_t counter_incr) |
Increases the counter of those candidates that are contained by the given basket. | |
void | updateCounters (DATA_STRUCTURE &candidates, std::vector< item_t >::const_iterator transaction_beg, std::vector< item_t >::const_iterator transaction_end, const unsigned int candidate_size, const counter_t counter_incr) |
Definition at line 16 of file vector/SupportCounter.hpp.
|
|
|
Definition at line 46 of file vector/SupportCounter.hpp. |
|
Increases the counter of those candidates that are contained by the given basket.
Definition at line 34 of file vector/SupportCounter.hpp. Referenced by Bodon::prefix_array::SupportCounter< DATA_STRUCTURE >::updateCounters(). |