jar

com.github.johnlangford : vw-jni

Maven & Gradle

Aug 17, 2017
3 usages
8.2k stars

Vowpal Wabbit JNI Layer · A wrapper around Vowpal Wabbit that allows use through Java. This wrapper requires that the vw_jni platform specific library is installed on your java.library.path.

Table Of Contents

Latest Version

Download com.github.johnlangford : vw-jni JAR file - Latest Versions:

All Versions

Download com.github.johnlangford : vw-jni JAR file - All Versions:

Version Vulnerabilities Size Updated
8.4.x
8.2.x
8.1.x
8.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window vw-jni-8.4.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

vowpalWabbit.learner

├─ vowpalWabbit.learner.VWActionProbsLearner.class - [JAR]

├─ vowpalWabbit.learner.VWActionScoresLearner.class - [JAR]

├─ vowpalWabbit.learner.VWBase.class - [JAR]

├─ vowpalWabbit.learner.VWFloatLearner.class - [JAR]

├─ vowpalWabbit.learner.VWIntLearner.class - [JAR]

├─ vowpalWabbit.learner.VWLearner.class - [JAR]

├─ vowpalWabbit.learner.VWLearnerBase.class - [JAR]

├─ vowpalWabbit.learner.VWLearners.class - [JAR]

├─ vowpalWabbit.learner.VWMulticlassLearner.class - [JAR]

├─ vowpalWabbit.learner.VWMultilabelsLearner.class - [JAR]

├─ vowpalWabbit.learner.VWProbLearner.class - [JAR]

├─ vowpalWabbit.learner.VWScalarLearner.class - [JAR]

├─ vowpalWabbit.learner.VWScalarsLearner.class - [JAR]

├─ vowpalWabbit.learner.VWTypedLearner.class - [JAR]

vowpalWabbit.responses

├─ vowpalWabbit.responses.ActionProb.class - [JAR]

├─ vowpalWabbit.responses.ActionProbs.class - [JAR]

├─ vowpalWabbit.responses.ActionScore.class - [JAR]

├─ vowpalWabbit.responses.ActionScores.class - [JAR]

├─ vowpalWabbit.responses.Multilabels.class - [JAR]

vowpalWabbit

├─ vowpalWabbit.VW.class - [JAR]

Advertisement