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

Bodon::StatSupportCounterMerge< TRIE, THRESHOLD > Class Template Reference

#include <StatSupportCounterMerge.hpp>

List of all members.

Public Member Functions

 StatSupportCounterMerge ()
 ~StatSupportCounterMerge ()
void findCandidates (TRIE *subtrie, std::vector< item_t >::const_iterator it_basket_upper_bound, std::vector< item_t >::const_iterator it_basket, item_t step_to_candidate, const counter_t counter_incr)
 Increases the counter of those candidates that are contained by the given basket.

Private Attributes

vector< unsigned int > trans_step_distribution
vector< unsigned int > edgelist_step_distribution


Detailed Description

template<class TRIE, unsigned int THRESHOLD>
class Bodon::StatSupportCounterMerge< TRIE, THRESHOLD >

Definition at line 16 of file StatSupportCounterMerge.hpp.


Constructor & Destructor Documentation

template<class TRIE, unsigned int THRESHOLD>
Bodon::StatSupportCounterMerge< TRIE, THRESHOLD >::StatSupportCounterMerge  )  [inline]
 

Definition at line 19 of file StatSupportCounterMerge.hpp.

template<class TRIE, unsigned int THRESHOLD>
Bodon::StatSupportCounterMerge< TRIE, THRESHOLD >::~StatSupportCounterMerge  ) 
 

Definition at line 81 of file StatSupportCounterMerge.hpp.

References Bodon::StatSupportCounterMerge< TRIE, THRESHOLD >::trans_step_distribution.


Member Function Documentation

template<class TRIE, unsigned int THRESHOLD>
void Bodon::StatSupportCounterMerge< TRIE, THRESHOLD >::findCandidates TRIE *  subtrie,
std::vector< item_t >::const_iterator  it_basket_upper_bound,
std::vector< item_t >::const_iterator  it_basket,
item_t  step_to_candidate,
const counter_t  counter_incr
 

Increases the counter of those candidates that are contained by the given basket.

Definition at line 35 of file StatSupportCounterMerge.hpp.

References Bodon::StatSupportCounterMerge< TRIE, THRESHOLD >::edgelist_step_distribution, and Bodon::StatSupportCounterMerge< TRIE, THRESHOLD >::trans_step_distribution.


Member Data Documentation

template<class TRIE, unsigned int THRESHOLD>
vector<unsigned int> Bodon::StatSupportCounterMerge< TRIE, THRESHOLD >::edgelist_step_distribution [private]
 

Definition at line 30 of file StatSupportCounterMerge.hpp.

Referenced by Bodon::StatSupportCounterMerge< TRIE, THRESHOLD >::findCandidates().

template<class TRIE, unsigned int THRESHOLD>
vector<unsigned int> Bodon::StatSupportCounterMerge< TRIE, THRESHOLD >::trans_step_distribution [private]
 

Definition at line 29 of file StatSupportCounterMerge.hpp.

Referenced by Bodon::StatSupportCounterMerge< TRIE, THRESHOLD >::findCandidates(), and Bodon::StatSupportCounterMerge< TRIE, THRESHOLD >::~StatSupportCounterMerge().


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