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

SortOutput< O > Class Template Reference

Use this class if you want the frequent itemset to be ordered when writing them out. More...

#include <SortOutput.hpp>

List of all members.

Public Types

typedef O::params_t params_t

Public Member Functions

 SortOutput (const params_t *par)
template<typename InputIterator>
void writeItemsetAndCounter (InputIterator first, InputIterator last, counter_t support)


Detailed Description

template<class O = BufferedNormalOutput<>>
class SortOutput< O >

Use this class if you want the frequent itemset to be ordered when writing them out.

O must be an output manager that implements writeItemsetAndCounter.

Definition at line 18 of file SortOutput.hpp.


Member Typedef Documentation

template<class O = BufferedNormalOutput<>>
typedef O::params_t SortOutput< O >::params_t
 

Definition at line 22 of file SortOutput.hpp.


Constructor & Destructor Documentation

template<class O = BufferedNormalOutput<>>
SortOutput< O >::SortOutput const params_t par  )  [inline]
 

Definition at line 24 of file SortOutput.hpp.


Member Function Documentation

template<class O = BufferedNormalOutput<>>
template<typename InputIterator>
void SortOutput< O >::writeItemsetAndCounter InputIterator  first,
InputIterator  last,
counter_t  support
[inline]
 

Definition at line 29 of file SortOutput.hpp.


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