#include <CandGenInfreqRemoveNopruneMerge.hpp>
Inheritance diagram for Bodon::sequence::CandGenInfreqRemoveNopruneMerge< DF_D, TRIE >:
Public Member Functions | |
CandGenInfreqRemoveNopruneMerge (TRIE &main_trie, DF_D &df_decoder) | |
void | generateCandidate (unsigned int candidate_size) |
Generates candidates. | |
void | deleteInfrequent (const counter_t min_supp, unsigned int candidate_size) |
void | afterWorkDel () |
void | afterWorkCandGen () |
bool | isThereAnyCandidate () const |
Protected Member Functions | |
void | delete_infrequent_subtrie (TRIE *subtrie, const counter_t min_supp, unsigned int step_to_cand_par) |
Deletes the tries that represent infrequent itemstd::sets. | |
void | generateCandidateAtParent (TRIE *trie) |
void | generateCandidateFindParent (TRIE *trie, unsigned int step_to_freq_par) |
Generates candidate of size more than two. | |
Protected Attributes | |
unsigned int | nr_of_deleted |
unsigned int | total_nr_of_deleted |
std::vector< Edge > | extenders |
unsigned int | nr_of_new_candidates |
unsigned int | nr_of_all_candidates |
TRIE & | main_trie |
Trie to store the candidates. | |
DF_D & | df_decoder |
The depth-first decoder. |
Definition at line 20 of file trie/trie_manipulators/sequence/CandGenInfreqRemoveNopruneMerge.hpp.
|
Definition at line 27 of file trie/trie_manipulators/sequence/CandGenInfreqRemoveNopruneMerge.hpp. |
|
Definition at line 68 of file trie/trie_manipulators/sequence/CandidateGeneratorNoprune.hpp. References Bodon::sequence::CandidateGeneratorNoprune< DF_D, TRIE >::nr_of_all_candidates. |
|
|
Deletes the tries that represent infrequent itemstd::sets.
Definition at line 110 of file trie/trie_manipulators/sequence/CandGenInfreqRemoveNopruneMerge.hpp. References Bodon::ManipulatorBase< DF_D, TRIE >::df_decoder, Bodon::sequence::CandidateGeneratorNoprune< DF_D, TRIE >::generateCandidateAtParent(), Bodon::sequence::CandGenInfreqRemoveNopruneMerge< DF_D, TRIE >::nr_of_deleted, and Bodon::sequence::CandidateGeneratorNoprune< DF_D, TRIE >::nr_of_new_candidates. Referenced by Bodon::sequence::CandGenInfreqRemoveNopruneMerge< DF_D, TRIE >::deleteInfrequent(). |
|
|
Generates candidates. Generates candidates and writes frequent itemset that are obtained in the previous iteration to disk. Reimplemented from Bodon::sequence::CandidateGeneratorNoprune< DF_D, TRIE >. Definition at line 56 of file trie/trie_manipulators/sequence/CandGenInfreqRemoveNopruneMerge.hpp. References Bodon::sequence::CandidateGeneratorNoprune< DF_D, TRIE >::generateCandidateFindParent(), Bodon::ManipulatorBase< DF_D, TRIE >::main_trie, Bodon::sequence::CandidateGeneratorNoprune< DF_D, TRIE >::nr_of_all_candidates, and Bodon::sequence::CandidateGeneratorNoprune< DF_D, TRIE >::nr_of_new_candidates. |
|
|
Generates candidate of size more than two.
Definition at line 106 of file trie/trie_manipulators/sequence/CandidateGeneratorNoprune.hpp. References Bodon::ManipulatorBase< DF_D, TRIE >::df_decoder, Bodon::sequence::CandidateGeneratorNoprune< DF_D, TRIE >::generateCandidateAtParent(), and Bodon::sequence::CandidateGeneratorNoprune< DF_D, TRIE >::nr_of_new_candidates. Referenced by Bodon::sequence::CandidateGeneratorNoprune< DF_D, TRIE >::generateCandidate(), and Bodon::sequence::CandGenInfreqRemoveNopruneMerge< DF_D, TRIE >::generateCandidate(). |
|
Definition at line 27 of file trie/trie_manipulators/ManipulatorBase.hpp. |
|
|
Definition at line 23 of file trie/trie_manipulators/sequence/CandidateGeneratorNoprune.hpp. Referenced by Bodon::sequence::CandidateGeneratorNoprune< DF_D, TRIE >::generateCandidateAtParent(). |
|
|
|
|
|