Libsvm Package

About the applications using libsvm tools on different platform.

libsvm tutorial

which can be used on the following platform, such as Java, matlab(64 bit), python, svm-toy.

liblinear-java-1.95.jar

1
2
training:  java -cp liblinear-java-1.95.jar de.bwaldvogel.liblinear.Train -s 0 data_file
prediction: java -cp liblinear-java-1.95.jar de.bwaldvogel.liblinear.Prediction -b 1 test_file data_file.model output_file

Spark liblinear

  • Limited for the JDK version (before 8u)