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   
org.apache.mahout.fpm.pfpgrowth.fpgrowth2   
 

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
 

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

Methods in org.apache.mahout.fpm.pfpgrowth.fpgrowth2 with parameters of type StatusUpdater
 void FPGrowthIds.generateTopKFrequentPatterns(Iterator<Pair<org.apache.mahout.math.list.IntArrayList,Long>> transactionStream, org.apache.mahout.math.list.LongArrayList attributeFrequency, long minSupport, int k, org.apache.mahout.math.list.IntArrayList returnableFeatures, org.apache.hadoop.mapred.OutputCollector<Integer,List<Pair<List<Integer>,Long>>> output, StatusUpdater updater)
          Generate Top K Frequent Patterns for every feature in returnableFeatures given a stream of transactions and the minimum support
 void FPGrowthObj.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-2012 The Apache Software Foundation. All Rights Reserved.