Uses of Class
org.apache.mahout.fpm.pfpgrowth.fpgrowth2.FPTree

Packages that use FPTree
org.apache.mahout.fpm.pfpgrowth.fpgrowth2   
 

Uses of FPTree in org.apache.mahout.fpm.pfpgrowth.fpgrowth2
 

Methods in org.apache.mahout.fpm.pfpgrowth.fpgrowth2 that return FPTree
 FPTree FPTree.createMoreFreqConditionalTree(int targetAttr)
          Returns a conditional FP tree based on the targetAttr, containing only items that are more frequent.
 

Methods in org.apache.mahout.fpm.pfpgrowth.fpgrowth2 that return types with arguments of type FPTree
 Pair<FPTree,FPTree> FPTree.splitSinglePrefix()
          Return a pair of trees that result from separating a common prefix (if one exists) from the lower portion of this tree.
 Pair<FPTree,FPTree> FPTree.splitSinglePrefix()
          Return a pair of trees that result from separating a common prefix (if one exists) from the lower portion of this tree.
 



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