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(Iterator<Pair<List<A>,Long>> transactionStream, Collection<Pair<A,Long>> frequencyList, long minSupport, int k, Collection<A> returnableFeatures, org.apache.hadoop.mapred.OutputCollector<A,List<Pair<List<A>,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–2014 The Apache Software Foundation. All rights reserved.