
Mahout
文章平均质量分 78
jhjbjbn
这个作者很懒,什么都没留下…
展开
-
Collection <GenericItemSimilarity.ItemItemSimilarity> correlations = ...;
粘自:http://stackoverflow.com/questions/8283439/mahout-recommender The Apache Mahout Recommender Documentation mentions the following: // Construct the list of pre-computed correlat转载 2014-03-19 21:01:52 · 1063 阅读 · 0 评论 -
Mahout并行基于物品的协同过滤算法源码分析(Distributed item-based CF)
mahout的taste框架是协同过滤算法的实现。它支持DataModel,如文件、数据库、NoSQL存储等,也支持Hadoop的MapReduce。这里主要分析的基于MR的实现。 基于MR的CF实现主要流程就在org.apache.mahout.cf.taste.Hadoop.item.RecommenderJob类中(注意mahout有两个RecommendJob,要看清楚是哪一个包)。转载 2014-03-26 20:09:24 · 1445 阅读 · 0 评论