Different Recommendations...Using Mahout
开发者_如何学编程I have written an application such that when i give it an Id for recommendation it results in successful recommendations. However, when I make a follow-up request it gives me the same recommendations. I would like it to return different recommendations.
Thanks
If the result list is large enough, you could consider shuffling the list and returning a subset of it.
精彩评论