Uses of Interface
org.apache.mahout.fpm.pfpgrowth.convertors.StatusUpdater

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

Uses of StatusUpdater in org.apache.mahout.fpm.pfpgrowth.convertors
 

Classes in org.apache.mahout.fpm.pfpgrowth.convertors that implement StatusUpdater
 class ContextStatusUpdater<IK extends Writable,IV extends Writable,K extends Writable,V extends Writable>
          Updates the Context object of a Reducer class
 

Uses of StatusUpdater in org.apache.mahout.fpm.pfpgrowth.fpgrowth
 

Methods in org.apache.mahout.fpm.pfpgrowth.fpgrowth with parameters of type StatusUpdater
 void FPGrowth.generateTopKFrequentPatterns(java.util.Iterator<Pair<java.util.List<A>,java.lang.Long>> transactionStream, java.util.List<Pair<A,java.lang.Long>> frequencyList, long minSupport, int k, java.util.Set<A> returnableFeatures, org.apache.hadoop.mapred.OutputCollector<A,java.util.List<Pair<java.util.List<A>,java.lang.Long>>> output, StatusUpdater updater)
          Generate Top K Frequent Patterns for every feature in returnableFeatures given a stream of transactions and the minimum support
 



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