T
- the item type to be recommendedpublic interface IRecommender<T>
Modifier and Type | Method and Description |
---|---|
java.util.Set<Recommendation<T>> |
recommend(IRecommenderUser user)
Computes a set of recommendations for the given user
|
java.util.Set<Recommendation<T>> recommend(IRecommenderUser user)