Download vw-jni-8.1.0.jar file - Jar v

Jar examples for v:vw-jni

Description

A wrapper around Vowpal Wabbit that allows use through Java. This wrapper is designed to be self contained. Because of the use of JNI, a number of platforms are supported in this JAR. If your platform is not supported please feel free to add it by modifying src/main/bin/build.sh accordingly.

You can download jar file vw-jni 8.1.0 in this page.

License

Vowpal Wabbit License

Build File

You can use the following script to add vw-jni-8.1.0.jar to your project.

<dependency>
   <groupId>com.github.johnlangford</groupId>
   <artifactId>vw-jni</artifactId>
   <version>8.1.0</version>
</dependency>
compile group: 'com.github.johnlangford', name: 'vw-jni', version: '8.1.0'
libraryDependencies += "com.github.johnlangford" % "vw-jni" % "8.1.0"
<dependency org="com.github.johnlangford" name="vw-jni" rev="8.1.0"/>
@Grapes(@Grab(group='com.github.johnlangford', module='vw-jni', version='8.1.0'))
'com.github.johnlangford:vw-jni:jar:8.1.0'

Download

Click the following link to download the jar file.

vw-jni-8.1.0-javadoc.jar
vw-jni-8.1.0-sources.jar
vw-jni-8.1.0.jar
vw-jni-8.1.0.pom



Related Tutorials