LIBSVM and LIBLINEAR

Next, we consider two similar libraries, LIBSVM and LIBLINEAR.

Both these libraries come from the same research group and have very similar interfaces. We will start with LIBSVM.

LIBSVM is a library that implements a number of different SVM algorithms. It is implemented in C++ and has an officially supported Java version. It is available on Maven Central:

<dependency>   <groupId>tw.edu.ntu.csie</groupId> 

Get Java: Data Science Made Easy now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.