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 lenskit-cli-3.0-M3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.lenskit.cli.util
├─ org.lenskit.cli.util.InputData.class - [JAR]
├─ org.lenskit.cli.util.Logging.class - [JAR]
├─ org.lenskit.cli.util.RecommenderLoader.class - [JAR]
├─ org.lenskit.cli.util.ScriptEnvironment.class - [JAR]
org.lenskit.cli.commands
├─ org.lenskit.cli.commands.Crossfold.class - [JAR]
├─ org.lenskit.cli.commands.GlobalRecommend.class - [JAR]
├─ org.lenskit.cli.commands.Graph.class - [JAR]
├─ org.lenskit.cli.commands.Predict.class - [JAR]
├─ org.lenskit.cli.commands.Recommend.class - [JAR]
├─ org.lenskit.cli.commands.RunScript.class - [JAR]
├─ org.lenskit.cli.commands.Simulate.class - [JAR]
├─ org.lenskit.cli.commands.TrainModel.class - [JAR]
├─ org.lenskit.cli.commands.TrainTest.class - [JAR]
├─ org.lenskit.cli.commands.Version.class - [JAR]
org.lenskit.cli
├─ org.lenskit.cli.Command.class - [JAR]
├─ org.lenskit.cli.LenskitCommandException.class - [JAR]
├─ org.lenskit.cli.Main.class - [JAR]