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

Packages that use org.apache.mahout.fpm.pfpgrowth.fpgrowth
org.apache.mahout.fpm.pfpgrowth.convertors   
org.apache.mahout.fpm.pfpgrowth.fpgrowth   
 

Classes in org.apache.mahout.fpm.pfpgrowth.fpgrowth used by org.apache.mahout.fpm.pfpgrowth.convertors
FrequentPatternMaxHeap
          keeps top K Attributes in a TreeSet
 

Classes in org.apache.mahout.fpm.pfpgrowth.fpgrowth used by org.apache.mahout.fpm.pfpgrowth.fpgrowth
FPTree
          The Frequent Pattern Tree datastructure used for mining patterns using FPGrowth algorithm
FrequentPatternMaxHeap
          keeps top K Attributes in a TreeSet
Pattern
          A in FPGrowth is a list of items (here int) and the support(the number of times the pattern is seen in the dataset)
 



Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.