jar

org.lenskit : lenskit-cli

Maven & Gradle

Aug 13, 2017
968 stars

LensKit CLI · Command-line tools for interacting with LensKit.

Table Of Contents

Latest Version

Download org.lenskit : lenskit-cli JAR file - Latest Versions:

All Versions

Download org.lenskit : lenskit-cli JAR file - All Versions:

Version Vulnerabilities Size Updated
3.0

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 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]