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

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

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

Methods in org.apache.mahout.cf.taste.hadoop that return EntityEntityWritable
 EntityEntityWritable EntityEntityWritable.clone()
           
 

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

Uses of EntityEntityWritable in org.apache.mahout.cf.taste.hadoop.similarity.item
 

Methods in org.apache.mahout.cf.taste.hadoop.similarity.item with parameters of type EntityEntityWritable
protected  void MostSimilarItemPairsReducer.reduce(EntityEntityWritable itemIDPair, java.lang.Iterable<org.apache.hadoop.io.DoubleWritable> values, org.apache.hadoop.mapreduce.Reducer.Context ctx)
           
 

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

Methods in org.apache.mahout.cf.taste.hadoop.slopeone with parameters of type EntityEntityWritable
protected  void SlopeOneDiffsToAveragesReducer.reduce(EntityEntityWritable key, java.lang.Iterable<org.apache.hadoop.io.FloatWritable> values, org.apache.hadoop.mapreduce.Reducer.Context context)
           
 



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