| Interface | Description |
|---|---|
| LenskitBinding<T> |
LensKit-augmented binding interface.
|
| LenskitConfigContext |
LensKit-specific augmentations of the Grapht context interface.
|
| Class | Description |
|---|---|
| LenskitAnnotationProcessor |
Annotation processor to provide basic linting of LensKit annotations.
|
| 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.
|
| Annotation Type | Description |
|---|---|
| Parameter |
Annotation for component parameters.
|
| Shareable |
Mark a component implementation as shareable.
|
| Transient |
Mark a component dependency as transient.
|