Advertisement

Mahout关联规则源码分析(1)

阅读量:

最近学习了关于关联规则的相关算法,并着重研究了mahout的具体实现。mahout官网提供了许多算法,并具体链接如下:https://cwiki.apache.org/confluence/display/MAHOUT/Parallel+Frequent+Pattern+Mining

复制代码
 fansy@fansypc:~/hadoop-1.0.2$ bin/hadoop jar ../mahout-pure-0.7/core/target/mahout-core-0.7.jar

    
  org.apache.mahout.fpm.pfpgrowth.FPGrowthDriver -i input/retail.dat -o date1101/fpgrowthdriver00 -s 2 -method mapreduce -regex '[\ ]'
    
 12/11/01 16:31:39 INFO common.AbstractJob:
    
  Command line arguments: {--encoding=[UTF-8], --endPhase=[2147483647], 
    
 --input=[input/retail.dat], --maxHeapSize=[50], --method=[mapreduce], --minS

全部评论 (0)

还没有任何评论哟~