edu.qut.cs.rcmd.app.rs
Class MockRecommendationService
java.lang.Object
edu.qut.cs.rcmd.app.rs.MockRecommendationService
public class MockRecommendationService
- extends Object
Method Summary |
List<org.apache.mahout.cf.taste.recommender.RecommendedItem> |
recommend(String rcmdKey,
int topN,
long userId)
|
List<org.apache.mahout.cf.taste.recommender.RecommendedItem> |
recommend(String rcmdKey,
int topN,
String userProfileJsonString)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MockRecommendationService
public MockRecommendationService()
recommend
public List<org.apache.mahout.cf.taste.recommender.RecommendedItem> recommend(String rcmdKey,
int topN,
long userId)
throws Exception
- Throws:
Exception
recommend
public List<org.apache.mahout.cf.taste.recommender.RecommendedItem> recommend(String rcmdKey,
int topN,
String userProfileJsonString)
Copyright © 2012. All Rights Reserved.