如何使用mahout进行关联规则挖掘(即购物篮分析)?

How to use mahout for association rule mining(i.e. Market Basket Annalysis)?

我想根据频繁项目模式实施项目推荐器。我想使用 Apache Mahout(在分布式环境中)执行它。 Mahout 中是否有任何算法可以帮助生成模式?

一种频繁模式挖掘算法曾经是 Mahout 的一部分,但后来被删除了。有一整个博客posthere explaining how to implement Market Basket Analysis with Mahout using the "mahout fpg" command. Be sure to use Mahout 0.7 though, because it was removed after that. You can also read more about it on the Mahout website: http://mahout.apache.org/users/misc/parallel-frequent-pattern-mining.html