Uses of Package
org.apache.mahout.fpm.pfpgrowth

Packages that use org.apache.mahout.fpm.pfpgrowth
org.apache.mahout.fpm.pfpgrowth
Map/Reduce(Parallel) implementation of FP Growth Algorithm for frequent Itemset Mining
 
We have a Top K Parallel FPGrowth Implementation. 
 

Classes in org.apache.mahout.fpm.pfpgrowth used by org.apache.mahout.fpm.pfpgrowth
TransactionTree
          A compact representation of transactions modeled on the lines to FPTree This reduces plenty of space and speeds up Map/Reduce of PFPGrowth algorithm by reducing data size passed from the Mapper to the reducer where FPGrowth mining is done
 



Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.