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 中给定首选项输入文件(userID、itemID 和可选评级),我找不到仅生成共现矩阵的方法。那可能吗?我所能找到的只是生成推荐输出,并且似乎删除了共现矩阵。
我发现 Mahout 提供了一个名为 ItemSimilarityJob 的类,它计算共现数据。