Uses of Class
org.apache.mahout.cf.taste.hadoop.ItemItemWritable

Packages that use ItemItemWritable
org.apache.mahout.cf.taste.hadoop   
org.apache.mahout.cf.taste.hadoop.slopeone   
 

Uses of ItemItemWritable in org.apache.mahout.cf.taste.hadoop
 

Methods in org.apache.mahout.cf.taste.hadoop that return ItemItemWritable
static ItemItemWritable ItemItemWritable.read(java.io.DataInput in)
           
 

Methods in org.apache.mahout.cf.taste.hadoop with parameters of type ItemItemWritable
 int ItemItemWritable.compareTo(ItemItemWritable that)
           
 

Uses of ItemItemWritable in org.apache.mahout.cf.taste.hadoop.slopeone
 

Methods in org.apache.mahout.cf.taste.hadoop.slopeone with parameters of type ItemItemWritable
 void SlopeOneDiffsToAveragesReducer.reduce(ItemItemWritable key, java.util.Iterator<org.apache.hadoop.io.FloatWritable> values, org.apache.hadoop.mapred.OutputCollector<ItemItemWritable,org.apache.hadoop.io.FloatWritable> output, org.apache.hadoop.mapred.Reporter reporter)
           
 

Method parameters in org.apache.mahout.cf.taste.hadoop.slopeone with type arguments of type ItemItemWritable
 void SlopeOneDiffsToAveragesReducer.reduce(ItemItemWritable key, java.util.Iterator<org.apache.hadoop.io.FloatWritable> values, org.apache.hadoop.mapred.OutputCollector<ItemItemWritable,org.apache.hadoop.io.FloatWritable> output, org.apache.hadoop.mapred.Reporter reporter)
           
 void SlopeOnePrefsToDiffsReducer.reduce(org.apache.hadoop.io.LongWritable key, java.util.Iterator<ItemPrefWritable> values, org.apache.hadoop.mapred.OutputCollector<ItemItemWritable,org.apache.hadoop.io.FloatWritable> output, org.apache.hadoop.mapred.Reporter reporter)
           
 



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