#include <SimpleOutputTester.hpp>
Public Member Functions | |
void | usageSimpleOutput () |
void | doTest (int argc, char *argv[]) throw (std::ios_base::failure) |
Private Member Functions | |
template<class O_M> | |
void | makeBufferedWriter (char *file_name, const std::streamsize lowlevel_buffer_size, const std::streamsize highlevel_buffer_size, const unsigned int set_size, const int rand_seed) throw (std::ios_base::failure) |
template<class O_M> | |
void | writeAllSubsets (O_M &o_manager, const unsigned int set_size, const int rand_seed) |
This function writes out all subset of an itemset. |
Definition at line 23 of file SimpleOutputTester.hpp.
|
Definition at line 26 of file SimpleOutputTester.cpp. References FileReprBase::mode, and FileReprBase::WRITE. Referenced by main(). |
|
Definition at line 43 of file SimpleOutputTester.hpp. References FileReprBase::WRITE. |
|
Definition at line 15 of file SimpleOutputTester.cpp. |
|
This function writes out all subset of an itemset.
Definition at line 63 of file SimpleOutputTester.hpp. |