Last Version

Vowpal Wabbit Wrapper 5.1.6

Vowpal wabbit is a very effective machine learning library (https://github.com/JohnLangford/vowpal_wabbit/wiki). It implements several state of art algorithms in a very efficient way. This java library provides a JNI OOP interface to vowpal wabbit. It depends only on log4j and guava. You don't need vowpal wabbit to be installed if you use this wrapper.

License

License

GroupId

GroupId

com.indeed
ArtifactId

ArtifactId

vw-wrapper
Version

Version

5.1.6
Type

Type

jar
Description

Description

Vowpal Wabbit Wrapper
Vowpal wabbit is a very effective machine learning library (https://github.com/JohnLangford/vowpal_wabbit/wiki). It implements several state of art algorithms in a very efficient way. This java library provides a JNI OOP interface to vowpal wabbit. It depends only on log4j and guava. You don't need vowpal wabbit to be installed if you use this wrapper.
Project URL

Project URL

http://github.com/indeedeng
Source Code Management

Source Code Management

https://github.com/indeedeng/vowpal-wabbit-java

Download vw-wrapper 5.1.6


<!-- https://jarcasting.com/artifacts/com.indeed/vw-wrapper/ -->
<dependency>
    <groupId>com.indeed</groupId>
    <artifactId>vw-wrapper</artifactId>
    <version>5.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.indeed/vw-wrapper/
implementation 'com.indeed:vw-wrapper:5.1.6'
// https://jarcasting.com/artifacts/com.indeed/vw-wrapper/
implementation ("com.indeed:vw-wrapper:5.1.6")
'com.indeed:vw-wrapper:jar:5.1.6'
<dependency org="com.indeed" name="vw-wrapper" rev="5.1.6">
  <artifact name="vw-wrapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.indeed', module='vw-wrapper', version='5.1.6')
)
libraryDependencies += "com.indeed" % "vw-wrapper" % "5.1.6"
[com.indeed/vw-wrapper "5.1.6"]

Dependencies

compile (2)

Group / Artifact Type Version
com.google.guava : guava jar 16.0.1
log4j : log4j jar 1.2.17

provided (1)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 1.3.9

test (2)

Group / Artifact Type Version
junit : junit-dep jar 4.8.2
commons-io : commons-io jar 1.4

Project Modules

There are no modules declared in this project.