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

Packages that use ItemPrefWritable
org.apache.mahout.cf.taste.hadoop   
org.apache.mahout.cf.taste.hadoop.item   
org.apache.mahout.cf.taste.hadoop.slopeone   
 

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

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

Method parameters in org.apache.mahout.cf.taste.hadoop with type arguments of type ItemPrefWritable
 void ToItemPrefsMapper.map(org.apache.hadoop.io.LongWritable key, org.apache.hadoop.io.Text value, org.apache.hadoop.mapred.OutputCollector<org.apache.hadoop.io.LongWritable,ItemPrefWritable> output, org.apache.hadoop.mapred.Reporter reporter)
           
 

Constructors in org.apache.mahout.cf.taste.hadoop with parameters of type ItemPrefWritable
ItemPrefWritable(ItemPrefWritable other)
           
 

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

Method parameters in org.apache.mahout.cf.taste.hadoop.item with type arguments of type ItemPrefWritable
 void ToUserVectorReducer.reduce(org.apache.hadoop.io.LongWritable userID, java.util.Iterator<ItemPrefWritable> itemPrefs, org.apache.hadoop.mapred.OutputCollector<org.apache.hadoop.io.LongWritable,VectorWritable> output, org.apache.hadoop.mapred.Reporter reporter)
           
 

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

Method parameters in org.apache.mahout.cf.taste.hadoop.slopeone with type arguments of type ItemPrefWritable
 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.