Download libsvm-3.22.jar file - Jar l

Jar examples for l:libsvm

Description

A wrapper class for the libsvm tools (the libsvm classes, typically the jar file, need to be in the classpath to use this classifier). LibSVM runs faster than SMO since it uses LibSVM to build the SVM classifier. LibSVM allows users to experiment with One-class SVM, Regressing SVM, and nu-SVM supported by LibSVM tool. LibSVM reports many useful statistics about LibSVM classifier (e.g., confusion matrix,precision, recall, ROC score, etc.)

You can download jar file libsvm 3.22 in this page.

License

GNU General Public License 3

Build File

You can use the following script to add libsvm-3.22.jar to your project.

<dependency>
   <groupId>com.datumbox</groupId>
   <artifactId>libsvm</artifactId>
   <version>3.22</version>
</dependency>
compile group: 'com.datumbox', name: 'libsvm', version: '3.22'
libraryDependencies += "com.datumbox" % "libsvm" % "3.22"
<dependency org="com.datumbox" name="libsvm" rev="3.22"/>
@Grapes(@Grab(group='com.datumbox', module='libsvm', version='3.22'))
'com.datumbox:libsvm:jar:3.22'

Download

Click the following link to download the jar file.

libsvm-3.22-javadoc.jar
libsvm-3.22-sources.jar
libsvm-3.22.jar
libsvm-3.22.pom



Related Tutorials