Download vw-jni-8.4.1.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.4.1 in this page.

License

Vowpal Wabbit License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials