View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- 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]