Interface | Description |
---|---|
LenskitBinding<T> |
LensKit-augmented binding interface.
|
LenskitConfigContext |
LensKit-specific augmentations of the Grapht context interface.
|
Class | Description |
---|---|
LenskitConfiguration |
A LensKit algorithm configuration.
|
LenskitInfo |
Get access to general information about LensKit.
|
LenskitRecommender |
Recommender implementation built on LensKit containers.
|
LenskitRecommenderEngine |
LensKit implementation of a recommender engine.
|
LenskitRecommenderEngineBuilder |
Builds LensKit recommender engines from configurations.
|
LenskitRecommenderEngineLoader |
Load a pre-built recommender engine from a file.
|
Enum | Description |
---|---|
EngineValidationMode |
Control when a recommender engine is validated.
|
ModelDisposition |
The way components should be handled when building a LensKit recommender.
|
Exception | Description |
---|---|
RecommenderConfigurationException |
Error thrown when an error occurs resolving the recommender configuration graph.
|