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

main.cpp File Reference

#include <iostream>
#include <fstream>
#include "MSApriori.hpp"

Include dependency graph for main.cpp:

Go to the source code of this file.

Functions

void usage ()
 This procedure displays the usage of the program.

void process_config_file (bool &quiet, bool &store_input, unsigned long &size_threshold)
int process_arguments (int argc, char *argv[], ifstream &basket_file, ifstream &mis_file, double &min_conf)
 This procedure processes the arguments.

int main (int argc, char *argv[])


Function Documentation

int main int  argc,
char *  argv[]
 

Definition at line 142 of file main.cpp.

References MSApriori::MSAPRIORI_alg(), process_arguments(), and process_config_file().

int process_arguments int  argc,
char *  argv[],
ifstream &  basket_file,
ifstream &  mis_file,
double &  min_conf
 

This procedure processes the arguments.

Definition at line 105 of file main.cpp.

References usage().

Referenced by main().

void process_config_file bool &  quiet,
bool &  store_input,
unsigned long &  size_threshold
 

Definition at line 64 of file main.cpp.

Referenced by main().

void usage  ) 
 

This procedure displays the usage of the program.

Definition at line 44 of file main.cpp.

Referenced by process_arguments().


Generated on Sun Jun 20 23:41:08 2004 for APRIORI algorithm by doxygen 1.3.5