Uses of Class
org.apache.mahout.common.IntPairWritable

Packages that use IntPairWritable
org.apache.mahout.clustering.lda   
org.apache.mahout.common   
 

Uses of IntPairWritable in org.apache.mahout.clustering.lda
 

Methods in org.apache.mahout.clustering.lda with parameters of type IntPairWritable
 void LDAReducer.reduce(IntPairWritable topicWord, Iterable<org.apache.hadoop.io.DoubleWritable> values, org.apache.hadoop.mapreduce.Reducer.Context context)
           
 

Uses of IntPairWritable in org.apache.mahout.common
 

Methods in org.apache.mahout.common that return IntPairWritable
 IntPairWritable IntPairWritable.Frequency.getPair()
           
 

Constructors in org.apache.mahout.common with parameters of type IntPairWritable
IntPairWritable.Frequency(IntPairWritable bigram, double frequency)
           
IntPairWritable(IntPairWritable pair)
           
 



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