|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |