To see how to run the programs from command lines, read ELEM2_User_Manual_V3.pdf. To run the program through the GUI interface, use the following command line: java -jar elem2_gui_PC.jar To re-compile the rule induction program, use: gcc -o elem2.exe elem2v3_4.c discretize1.c rearragedata.c computneg.c fcmp.c -lm To re-compile the classification program, use: gcc -o test.exe test_quality.c fcmp.c -lm To re-compile the cross validation program, use: gcc -o cvelem2.exe cvelem2.c -lm