Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

Bodon::dynamic_trie::FrequentItemInserter< DF_D, TRIE_OEL, NEE > Class Template Reference

#include <FrequentItemInserter.hpp>

Inheritance diagram for Bodon::dynamic_trie::FrequentItemInserter< DF_D, TRIE_OEL, NEE >:

Inheritance graph
[legend]
Collaboration diagram for Bodon::dynamic_trie::FrequentItemInserter< DF_D, TRIE_OEL, NEE >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 FrequentItemInserter (TRIE_OEL &trie, DF_D &df_decoder)
void setEmptysetSupport (const counter_t emptyset_support)
 This set the support of the emptyset.
void insertFrequentItems (const std::vector< counter_t > &freq_counters)
 Insert the frequent items and their counters into the data structure;.
 ManipulatorBase (TRIE_OEL &main_trie, DF_D &df_decoder)
bool isThereAnyCandidate () const

Protected Attributes

TRIE_OEL & main_trie
 Trie to store the candidates.
DF_D & df_decoder
 The depth-first decoder.

Private Types

typedef Bodon::ManipulatorBase<
DF_D, TRIE_OEL > 
PARENT

Detailed Description

template<class DF_D, class TRIE_OEL, NEELevel NEE>
class Bodon::dynamic_trie::FrequentItemInserter< DF_D, TRIE_OEL, NEE >

Definition at line 18 of file dynamic_trie/trie_manipulators/FrequentItemInserter.hpp.


Member Typedef Documentation

template<class DF_D, class TRIE_OEL, NEELevel NEE>
typedef Bodon::ManipulatorBase<DF_D, TRIE_OEL> Bodon::dynamic_trie::FrequentItemInserter< DF_D, TRIE_OEL, NEE >::PARENT [private]
 

Definition at line 21 of file dynamic_trie/trie_manipulators/FrequentItemInserter.hpp.


Constructor & Destructor Documentation

template<class DF_D, class TRIE_OEL, NEELevel NEE>
Bodon::dynamic_trie::FrequentItemInserter< DF_D, TRIE_OEL, NEE >::FrequentItemInserter TRIE_OEL &  trie,
DF_D &  df_decoder
[inline]
 

Definition at line 23 of file dynamic_trie/trie_manipulators/FrequentItemInserter.hpp.


Member Function Documentation

template<class DF_D, class TRIE_OEL, NEELevel NEE>
void Bodon::dynamic_trie::FrequentItemInserter< DF_D, TRIE_OEL, NEE >::insertFrequentItems const std::vector< counter_t > &  freq_counters  )  [inline]
 

Insert the frequent items and their counters into the data structure;.

Definition at line 33 of file dynamic_trie/trie_manipulators/FrequentItemInserter.hpp.

References Bodon::ManipulatorBase< DF_D, TRIE_OEL >::df_decoder, Bodon::ManipulatorBase< DF_D, TRIE_OEL >::main_trie, NEE_Off, and TWO_POW31_1.

bool Bodon::ManipulatorBase< DF_D , TRIE_OEL >::isThereAnyCandidate  )  const [inline, inherited]
 

Definition at line 27 of file trie/trie_manipulators/ManipulatorBase.hpp.

References Bodon::ManipulatorBase< DF_D, TRIE >::main_trie.

Bodon::ManipulatorBase< DF_D , TRIE_OEL >::ManipulatorBase TRIE_OEL &  main_trie,
DF_D &  df_decoder
[inline, inherited]
 

Definition at line 24 of file trie/trie_manipulators/ManipulatorBase.hpp.

template<class DF_D, class TRIE_OEL, NEELevel NEE>
void Bodon::dynamic_trie::FrequentItemInserter< DF_D, TRIE_OEL, NEE >::setEmptysetSupport const counter_t  emptyset_support  )  [inline]
 

This set the support of the emptyset.

Definition at line 27 of file dynamic_trie/trie_manipulators/FrequentItemInserter.hpp.

References Bodon::ManipulatorBase< DF_D, TRIE_OEL >::main_trie, and TWO_POW31.


Member Data Documentation

DF_D & Bodon::ManipulatorBase< DF_D , TRIE_OEL >::df_decoder [protected, inherited]
 

The depth-first decoder.

Definition at line 21 of file trie/trie_manipulators/ManipulatorBase.hpp.

Referenced by Bodon::dynamic_trie::InfreqRemover< DF_D, TRIE_OEL, TRIE_OI, LEAF, LEAF_ALLOCATOR, NEE >::delete_infrequent_subtrieNEE(), Bodon::dynamic_trie::InfreqRemover< DF_D, TRIE_OEL, TRIE_OI, LEAF, LEAF_ALLOCATOR, NEE >::deleteInfrequent(), Bodon::dynamic_trie::SimplePruner< DF_D, TRIE_OEL, TRIE_OI, LEAF, LEAF_ALLOCATOR, NEE >::generateCandidateAtParent(), Bodon::dynamic_trie::IntersectProPruner< DF_D, TRIE_OEL, TRIE_OI, LEAF, LEAF_ALLOCATOR, NEE >::generateCandidateAtParent(), Bodon::dynamic_trie::SimplePruner< DF_D, TRIE_OEL, TRIE_OI, LEAF, LEAF_ALLOCATOR, NEE >::generateCandidateAtParentNEE(), Bodon::dynamic_trie::IntersectProPruner< DF_D, TRIE_OEL, TRIE_OI, LEAF, LEAF_ALLOCATOR, NEE >::generateCandidateAtParentNEE(), Bodon::dynamic_trie::FrequentItemInserter< DF_D, TRIE_OEL, NEE >::insertFrequentItems(), Bodon::dynamic_trie::FrequentPairInserterNoprune< DF_D, TRIE_OEL, TRIE_OI, LEAF, LEAF_ALLOCATOR, NEE >::insertFrequentPairsNEE(), Bodon::dynamic_trie::FrequentPairInserter< DF_D, TRIE_OEL, TRIE_OI, LEAF, LEAF_ALLOCATOR, NEE >::insertFrequentPairsNEE(), and Bodon::dynamic_trie::FrequentPairInserterNoprune< DF_D, TRIE_OEL, TRIE_OI, LEAF, LEAF_ALLOCATOR, NEE >::insertFrequentPairsNONEE().

TRIE_OEL & Bodon::ManipulatorBase< DF_D , TRIE_OEL >::main_trie [protected, inherited]
 

Trie to store the candidates.

Definition at line 19 of file trie/trie_manipulators/ManipulatorBase.hpp.

Referenced by Bodon::dynamic_trie::InfreqRemover< DF_D, TRIE_OEL, TRIE_OI, LEAF, LEAF_ALLOCATOR, NEE >::deleteInfrequent(), Bodon::dynamic_trie::FrequentItemInserter< DF_D, TRIE_OEL, NEE >::insertFrequentItems(), Bodon::dynamic_trie::FrequentPairInserterNoprune< DF_D, TRIE_OEL, TRIE_OI, LEAF, LEAF_ALLOCATOR, NEE >::insertFrequentPairsNEE(), Bodon::dynamic_trie::FrequentPairInserter< DF_D, TRIE_OEL, TRIE_OI, LEAF, LEAF_ALLOCATOR, NEE >::insertFrequentPairsNEE(), Bodon::dynamic_trie::FrequentPairInserterNoprune< DF_D, TRIE_OEL, TRIE_OI, LEAF, LEAF_ALLOCATOR, NEE >::insertFrequentPairsNONEE(), Bodon::dynamic_trie::FrequentPairInserter< DF_D, TRIE_OEL, TRIE_OI, LEAF, LEAF_ALLOCATOR, NEE >::insertFrequentPairsNONEE(), and Bodon::dynamic_trie::FrequentItemInserter< DF_D, TRIE_OEL, NEE >::setEmptysetSupport().


The documentation for this class was generated from the following file:
Generated on Sun Sep 17 17:56:31 2006 for FIM environment by  doxygen 1.4.4