#include <SupportCounterInterface.hpp>
Collaboration diagram for SupportCounterInterface< DATA_STRUCTURE, TR, SC >:
Public Member Functions | |
SupportCounterInterface (DATA_STRUCTURE &data_structure, TR &transaction_reader) | |
void | countSupport (const unsigned int candidate_size) |
This class determines the support of the candidates. | |
Private Attributes | |
DATA_STRUCTURE & | data_structure |
TR & | transaction_reader |
SC | support_counter |
Definition at line 23 of file SupportCounterInterface.hpp.
|
Definition at line 32 of file SupportCounterInterface.hpp. |
|
This class determines the support of the candidates. The candidates are stores in data_structure; the transactions can be fetched by transaction_reader (it has to implement interface TransactionReader). It is possible to provide an additional class, which is in general a special support counter.
Definition at line 46 of file SupportCounterInterface.hpp. |
|
Definition at line 27 of file SupportCounterInterface.hpp. |
|
Definition at line 29 of file SupportCounterInterface.hpp. |
|
Definition at line 28 of file SupportCounterInterface.hpp. |