|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttextclassifier.Main
public class Main
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 |
---|
public Main(double supp, double conf, java.lang.String inputfile)
supp
- value of minimum support threshold (0-1)conf
- value of minimum confidence threshold (0-1)inputfile
- path to the configuration fileMethod Detail |
---|
public static void main(java.lang.String[] argsv)
argsv
- command line arguments - min. support, min. confidence, configuration file
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |