|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.mapred.MapReduceBase
org.apache.mahout.cf.taste.hadoop.cooccurence.ItemSimilarityEstimator.ItemItemCombiner
public static class ItemSimilarityEstimator.ItemItemCombiner
Constructor Summary | |
---|---|
ItemSimilarityEstimator.ItemItemCombiner()
|
Method Summary | |
---|---|
void |
reduce(Bigram item,
java.util.Iterator<Bigram> similarItemItr,
org.apache.hadoop.mapred.OutputCollector<Bigram,Bigram> output,
org.apache.hadoop.mapred.Reporter reporter)
|
Methods inherited from class org.apache.hadoop.mapred.MapReduceBase |
---|
close, configure |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.hadoop.mapred.JobConfigurable |
---|
configure |
Methods inherited from interface java.io.Closeable |
---|
close |
Constructor Detail |
---|
public ItemSimilarityEstimator.ItemItemCombiner()
Method Detail |
---|
public void reduce(Bigram item, java.util.Iterator<Bigram> similarItemItr, org.apache.hadoop.mapred.OutputCollector<Bigram,Bigram> output, org.apache.hadoop.mapred.Reporter reporter) throws java.io.IOException
reduce
in interface org.apache.hadoop.mapred.Reducer<Bigram,Bigram,Bigram,Bigram>
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |