Interface | Description |
---|---|
Command |
Interface implemented by all CLI subcommands.
|
Class | Description |
---|---|
Eval |
Run an eval script.
|
GlobalRecommend |
Generate Top-N non-personalized recommendations.
|
Graph |
Command that draws a diagram of a recommender configuration.
|
InputData |
Helper class for managing input data.
|
Logging | |
Main |
Main entry point for lenskit-cli.
|
PackRatings |
Pack ratings data into a rating file.
|
Predict |
Predict item ratings for a user.
|
Recommend |
Generate Top-N recommendations for users.
|
RecommenderLoader |
Load recommenders from models or configurations.
|
ScriptEnvironment |
Class managing environments for running various scripts and classes.
|
TrainModel | |
Version |
Annotation Type | Description |
---|---|
CommandSpec |
Define the command-line interface for a command.
|