Download liblinear-1.8.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.8 in this page.

License

GNU General Public License 3

Build File

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

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

Download

Click the following link to download the jar file.

liblinear-1.8-javadoc.jar
liblinear-1.8-sources.jar
liblinear-1.8.jar
liblinear-1.8.pom



Related Tutorials