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

commandline.hpp File Reference

#include "../common.hpp"

Include dependency graph for commandline.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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 process_arguments (int argc, char *argv[], counter_t &min_supp)


Function Documentation

int process_arguments int  argc,
char *  argv[],
counter_t min_supp
 

Definition at line 74 of file commandline.cpp.

References usage().

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 44 of file commandline.cpp.

References usage().

void usage  ) 
 

commandline -- some utility methods for fim commandline tools.

Definition at line 25 of file commandline.cpp.


Generated on Sun Sep 17 17:51:31 2006 for FIM environment by  doxygen 1.4.4