Uses of Class
org.apache.mahout.fpm.pfpgrowth.TransactionTree

Packages that use TransactionTree
org.apache.mahout.fpm.pfpgrowth MapReduce (parallel) implementation of FP Growth Algorithm for frequent Itemset Mining 
 

Uses of TransactionTree in org.apache.mahout.fpm.pfpgrowth
 

Methods in org.apache.mahout.fpm.pfpgrowth that return TransactionTree
 TransactionTree TransactionTree.getCompressedTree()
           
 

Method parameters in org.apache.mahout.fpm.pfpgrowth with type arguments of type TransactionTree
protected  void ParallelFPGrowthCombiner.reduce(org.apache.hadoop.io.IntWritable key, Iterable<TransactionTree> values, org.apache.hadoop.mapreduce.Reducer.Context context)
           
protected  void ParallelFPGrowthReducer.reduce(org.apache.hadoop.io.IntWritable key, Iterable<TransactionTree> values, org.apache.hadoop.mapreduce.Reducer.Context context)
           
 



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