#include <CandidateGeneratorSimplePrune.hpp>
Public Member Functions | |
| CandidateGeneratorSimplePrune (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 23 of file CandidateGeneratorSimplePrune.hpp.
|
||||||||||||||||||||
|
|
|
|||||||||
|
Definition at line 40 of file CandidateGeneratorSimplePrune.hpp. |
|
||||||||||
|
Generates candidates. Generates candidates and writes frequent itemset that are obtained in the previous iteration to disk. Definition at line 51 of file CandidateGeneratorSimplePrune.hpp. References Bodon::vector_based::CandidateGeneratorSimplePrune< D, DUMMY >::candidates, and lessItemvector(). |
|
|||||||||
|
Definition at line 42 of file CandidateGeneratorSimplePrune.hpp. References Bodon::vector_based::CandidateGeneratorSimplePrune< D, DUMMY >::candidates. |
|
|||||
|
Definition at line 26 of file CandidateGeneratorSimplePrune.hpp. Referenced by Bodon::vector_based::CandidateGeneratorSimplePrune< D, DUMMY >::generateCandidate(), and Bodon::vector_based::CandidateGeneratorSimplePrune< D, DUMMY >::isThereAnyCandidate(). |
1.4.4