#include <iostream>#include <fstream>#include "Apriori.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.   | |
| int | process_arguments (int argc, char *argv[], ifstream &basket_file, unsigned long &min_supp) | 
| This procedure processes the arguments.   | |
| int | main (int argc, char *argv[]) | 
      
  | 
  ||||||||||||
| 
 
 Definition at line 77 of file main.cpp. References Apriori::APRIORI_alg(), and process_arguments().  | 
  
      
  | 
  ||||||||||||||||||||
| 
 This procedure processes the arguments. 
 Definition at line 56 of file main.cpp. References usage(). Referenced by main().  | 
  
      
  | 
  
| 
 This procedure displays the usage of the program. 
 Definition at line 40 of file main.cpp. Referenced by process_arguments().  | 
  
 
1.3.5