Download liblinear-1.95.jar file - Jar l

Jar examples for l:liblinear

Description

A wrapper class for the liblinear tools (the liblinear classes, typically the jar file, need to be in the classpath to use this classifier). Rong-En Fan, Kai-Wei Chang, Cho-Jui Hsieh, Xiang-Rui Wang, Chih-Jen Lin (2008). LIBLINEAR - A Library for Large Linear Classification.

You can download jar file liblinear 1.95 in this page.

License

GNU General Public License 3

Build File

You can use the following script to add liblinear-1.95.jar to your project.

<dependency>
   <groupId>de.bwaldvogel</groupId>
   <artifactId>liblinear</artifactId>
   <version>1.95</version>
</dependency>
compile group: 'de.bwaldvogel', name: 'liblinear', version: '1.95'
libraryDependencies += "de.bwaldvogel" % "liblinear" % "1.95"
<dependency org="de.bwaldvogel" name="liblinear" rev="1.95"/>
@Grapes(@Grab(group='de.bwaldvogel', module='liblinear', version='1.95'))
'de.bwaldvogel:liblinear:jar:1.95'

Download

Click the following link to download the jar file.

liblinear-1.95-javadoc.jar
liblinear-1.95-sources.jar
liblinear-1.95.jar
liblinear-1.95.pom



Related Tutorials