See: Description
Interface | Description |
---|---|
ItemBasedItemRecommender |
Recommends items that go with a set of reference items.
|
ItemBasedItemScorer |
Score items with reference to specified item(s).
|
ItemRecommender |
Interface for recommending items.
|
ItemScorer |
Score items for users.
|
RatingPredictor |
Predict user ratings.
|
Recommender |
Main entry point for accessing recommender components.
|
RecommenderEngine |
Service providing access to a recommender.
|
Result |
A LensKit result, consisting of a score and an ID.
|
ResultList |
A list of results from a recommender operation.
|
ResultMap |
A map of results from a recommender operation.
|
Exception | Description |
---|---|
RecommenderBuildException |
Exception thrown when there is an error building a recommender.
|
Interfaces defining an implementation-independent recommendation API.