不同的建议...使用 Mahout
我编写了一个应用程序,当我给它一个推荐 ID 时,它会产生成功的推荐。然而,当我提出后续请求时,它给了我相同的建议。我希望它返回不同的建议。
谢谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果结果列表足够大,您可以考虑打乱列表并返回它的子集。
If the result list is large enough, you could consider shuffling the list and returning a subset of it.