Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在阅读'Mahout in action',从这本书中,我注意到我可以设置基于项目的推荐。所以我想知道是否有人设置了基于用户的推荐。而且据我所知 FileDataModel 支持更新文件,这是在单台 PC 上使用的。在hadoop上怎么样?
Hadoop 上没有可用的基于用户的推荐算法。应该可以写了。一般来说,我会引导您采用这种规模的基于项目相似性的方法。不,Hadoop 中没有更新文件的概念,因为它不是必需的。