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

findThreshold.cpp File Reference

#include "common.hpp"
#include "io/input/transaction_reader/brBufferedTransactionReader.hpp"
#include "io/input/transaction_reader/SortedTransactionReader.hpp"
#include "io/output/BufferedOutput.hpp"
#include "io/codec/decoder/df/CacheDFDecoder.hpp"
#include "util/StreamParser.hpp"
#include "util/FrequentFilter.cpp"
#include "datastructures/maxvector.hpp"
#include "test/apriori/bodon/ThresholdSelector.hpp"
#include <vector>
#include <iostream>
#include <string>

Include dependency graph for findThreshold.cpp:

Go to the source code of this file.

Functions

void init ()
void usage ()
 commandline -- some utility methods for fim commandline tools.
int process_arguments (int argc, char *argv[], counter_t &min_supp, bool &isrel, double &relminsupp)
 This procedure processes the arguments.
int main (int argc, char *argv[])

Variables

std::string file_format


Function Documentation

void init  ) 
 

Definition at line 22 of file findThreshold.cpp.

References file_format.

int main int  argc,
char *  argv[]
 

Definition at line 100 of file findThreshold.cpp.

References FrequentFilter< IT_R >::findFrequentItems(), init(), process_arguments(), FileReprBase::READ, usage(), and FileReprBase::WRITE.

int process_arguments int  argc,
char *  argv[],
counter_t min_supp,
bool &  isrel,
double &  relminsupp
 

This procedure processes the arguments.

Returns:
  • 0, if no error is occured,
  • 1, in case of an IO error,
  • 2, in case of too few arguments,
  • 3, if proper min_supp cannot be generated.
  • 4, if proper threshold cannot be generated.

Definition at line 60 of file findThreshold.cpp.

References convert(), and usage().

void usage  ) 
 

commandline -- some utility methods for fim commandline tools.

Definition at line 33 of file findThreshold.cpp.

References file_format.


Variable Documentation

std::string file_format
 

Definition at line 20 of file findThreshold.cpp.


Generated on Sun Sep 17 17:52:18 2006 for FIM environment by  doxygen 1.4.4