#include <SupportCounter.hpp>
Collaboration diagram for Bodon::prefix_array::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 >::iterator transaction_beg, std::vector< item_t >::iterator transaction_end, const unsigned int candidate_size, const counter_t counter_incr) |
Protected Attributes | |
Bodon::vector_based::SupportCounter< cand_vector_t > | supp_count |
Definition at line 18 of file prefixarray/SupportCounter.hpp.
|
|
|
|
|
Increases the counter of those candidates that are contained by the given basket.
Definition at line 38 of file prefixarray/SupportCounter.hpp. References Bodon::prefix_array::SupportCounter< DATA_STRUCTURE >::supp_count, and Bodon::vector_based::SupportCounter< DATA_STRUCTURE >::updateCounters(). |
|
Definition at line 21 of file prefixarray/SupportCounter.hpp. Referenced by Bodon::prefix_array::SupportCounter< DATA_STRUCTURE >::updateCounters(). |