edu.qut.cs.rcmd.app.service
Interface RecommenderWrapper
- All Known Implementing Classes:
- BasicRecommenderWrapper, LazyInitRecommenderWrapper
public interface RecommenderWrapper
Method Summary |
List<org.apache.mahout.cf.taste.recommender.RecommendedItem> |
recommend(long userId,
int howMany)
|
List<org.apache.mahout.cf.taste.recommender.RecommendedItem> |
recommend(String userProfileJSONString,
int howMany)
|
recommend
List<org.apache.mahout.cf.taste.recommender.RecommendedItem> recommend(long userId,
int howMany)
throws Exception
- Throws:
Exception
recommend
List<org.apache.mahout.cf.taste.recommender.RecommendedItem> recommend(String userProfileJSONString,
int howMany)
throws Exception
- Throws:
Exception
Copyright © 2012. All Rights Reserved.