Please upload your files to CSNS. The files should include all the source code, documentation (optional), and a text file final.txt which contains detailed instructions on how to compile and run your program on the CS3 server. Note that file uploading will be disabled automatically after 11:59PM of the due date, and late submission will not be accepted.
[SVM Classification] (100pt)
Write a Java program that uses LIBSVM to perform SVM classification. Your program should take the name of an input file as a command line parameter, e.g.
java SVMClassify <inputFile>
The input file will be in the ARFF format with only categorical attributes like car.data.arff. The output of your program should include the following:
Furthermore, your program must meet the following requirements: