Uses of Class
org.apache.mahout.math.VarIntWritable

Packages that use VarIntWritable
org.apache.mahout.cf.taste.hadoop.item   
org.apache.mahout.math   
org.apache.mahout.math.hadoop.similarity   
 

Uses of VarIntWritable in org.apache.mahout.cf.taste.hadoop.item
 

Methods in org.apache.mahout.cf.taste.hadoop.item with parameters of type VarIntWritable
protected  void PartialMultiplyMapper.map(VarIntWritable key, VectorAndPrefsWritable vectorAndPrefsWritable, org.apache.hadoop.mapreduce.Mapper.Context context)
           
protected  void ItemIDIndexReducer.reduce(VarIntWritable index, java.lang.Iterable<VarLongWritable> possibleItemIDs, org.apache.hadoop.mapreduce.Reducer.Context context)
           
protected  void ToVectorAndPrefReducer.reduce(VarIntWritable key, java.lang.Iterable<VectorOrPrefWritable> values, org.apache.hadoop.mapreduce.Reducer.Context context)
           
 

Uses of VarIntWritable in org.apache.mahout.math
 

Methods in org.apache.mahout.math that return VarIntWritable
 VarIntWritable VarIntWritable.clone()
           
 

Methods in org.apache.mahout.math with parameters of type VarIntWritable
 int VarIntWritable.compareTo(VarIntWritable other)
           
 

Uses of VarIntWritable in org.apache.mahout.math.hadoop.similarity
 

Methods in org.apache.mahout.math.hadoop.similarity with parameters of type VarIntWritable
protected  void RowSimilarityJob.CooccurrencesMapper.map(VarIntWritable column, org.apache.mahout.math.hadoop.similarity.WeightedOccurrenceArray weightedOccurrenceArray, org.apache.hadoop.mapreduce.Mapper.Context ctx)
           
protected  void RowSimilarityJob.WeightedOccurrencesPerColumnReducer.reduce(VarIntWritable column, java.lang.Iterable<org.apache.mahout.math.hadoop.similarity.WeightedOccurrence> weightedOccurrences, org.apache.hadoop.mapreduce.Reducer.Context ctx)
           
 



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