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.stats.entropy   
 

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, Iterable<VarLongWritable> possibleItemIDs, org.apache.hadoop.mapreduce.Reducer.Context context)
           
protected  void ToVectorAndPrefReducer.reduce(VarIntWritable key, 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.stats.entropy
 

Methods in org.apache.mahout.math.stats.entropy with parameters of type VarIntWritable
protected  void SpecificConditionalEntropyMapper.map(StringTuple key, VarIntWritable value, org.apache.hadoop.mapreduce.Mapper.Context context)
           
protected  void CalculateEntropyMapper.map(org.apache.hadoop.io.Text key, VarIntWritable value, org.apache.hadoop.mapreduce.Mapper.Context context)
           
 

Method parameters in org.apache.mahout.math.stats.entropy with type arguments of type VarIntWritable
protected  void SpecificConditionalEntropyReducer.reduce(org.apache.hadoop.io.Text key, Iterable<VarIntWritable> values, org.apache.hadoop.mapreduce.Reducer.Context context)
           
protected  void VarIntSumReducer.reduce(org.apache.hadoop.io.Writable key, Iterable<VarIntWritable> values, org.apache.hadoop.mapreduce.Reducer.Context context)
           
 



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