public static class PhraseExtractAndCount.ReduceSumScores extends org.apache.hadoop.mapred.MapReduceBase implements org.apache.hadoop.mapred.Reducer<PhrasePair,IndexedFloatArray,PhrasePair,IndexedFloatArray>
| Constructor and Description |
|---|
PhraseExtractAndCount.ReduceSumScores() |
| Modifier and Type | Method and Description |
|---|---|
void |
reduce(PhrasePair key,
Iterator<IndexedFloatArray> values,
org.apache.hadoop.mapred.OutputCollector<PhrasePair,IndexedFloatArray> output,
org.apache.hadoop.mapred.Reporter reporter) |
public PhraseExtractAndCount.ReduceSumScores()
public void reduce(PhrasePair key, Iterator<IndexedFloatArray> values, org.apache.hadoop.mapred.OutputCollector<PhrasePair,IndexedFloatArray> output, org.apache.hadoop.mapred.Reporter reporter) throws IOException
reduce in interface org.apache.hadoop.mapred.Reducer<PhrasePair,IndexedFloatArray,PhrasePair,IndexedFloatArray>IOExceptionCopyright © 2015. All rights reserved.