#include <CandidateGeneratorNoprune.hpp>
Public Member Functions | |
CandidateGeneratorNoprune (cand_vector_t &candidates, D &decoder, DUMMY &dummy) | |
void | generateCandidate (unsigned int candidate_size) |
Generates candidates. | |
void | afterWorkCandGen () |
bool | isThereAnyCandidate () |
Protected Attributes | |
cand_vector_t & | candidates |
Definition at line 17 of file vector/CandidateGeneratorNoprune.hpp.
|
|
|
Definition at line 34 of file vector/CandidateGeneratorNoprune.hpp. |
|
Generates candidates. Generates candidates and writes frequent itemset that are obtained in the previous iteration to disk. Definition at line 45 of file vector/CandidateGeneratorNoprune.hpp. References Bodon::vector_based::CandidateGeneratorNoprune< D, DUMMY >::candidates. Referenced by Bodon::prefix_array::CandidateGeneratorNoprune< DATASTRUCTURE, D, DUMMY >::generateCandidate(). |
|
Definition at line 36 of file vector/CandidateGeneratorNoprune.hpp. References Bodon::vector_based::CandidateGeneratorNoprune< D, DUMMY >::candidates. |
|
Definition at line 20 of file vector/CandidateGeneratorNoprune.hpp. Referenced by Bodon::vector_based::CandidateGeneratorNoprune< D, DUMMY >::generateCandidate(), and Bodon::vector_based::CandidateGeneratorNoprune< D, DUMMY >::isThereAnyCandidate(). |