textclassifier
Class Main

java.lang.Object
  extended by textclassifier.Main

public class Main
extends java.lang.Object

Main class used to run the classifier. It performs processing of command line attributes and configuration file. Then, connection to MySQL is establisjed and classification method is started.


Constructor Summary
Main(double supp, double conf, java.lang.String inputfile)
          Method used to start methods from other classes in order to perform required functionality of associaion rule based classifier
 
Method Summary
static void main(java.lang.String[] argsv)
          The main method of the program.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main(double supp,
            double conf,
            java.lang.String inputfile)
Method used to start methods from other classes in order to perform required functionality of associaion rule based classifier

Parameters:
supp - value of minimum support threshold (0-1)
conf - value of minimum confidence threshold (0-1)
inputfile - path to the configuration file
Method Detail

main

public static void main(java.lang.String[] argsv)
The main method of the program. It is checking the command line parameters and strarts the Main function.

Parameters:
argsv - command line arguments - min. support, min. confidence, configuration file