|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.mahout.fpm.pfpgrowth.convertors.string.StringOutputConverter
public final class StringOutputConverter
Collects a string pattern in a MaxHeap and outputs the top K patterns
Constructor Summary | |
---|---|
StringOutputConverter(org.apache.hadoop.mapred.OutputCollector<org.apache.hadoop.io.Text,TopKStringPatterns> collector)
|
Method Summary | |
---|---|
void |
collect(java.lang.String key,
java.util.List<Pair<java.util.List<java.lang.String>,java.lang.Long>> value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StringOutputConverter(org.apache.hadoop.mapred.OutputCollector<org.apache.hadoop.io.Text,TopKStringPatterns> collector)
Method Detail |
---|
public void collect(java.lang.String key, java.util.List<Pair<java.util.List<java.lang.String>,java.lang.Long>> value) throws java.io.IOException
collect
in interface org.apache.hadoop.mapred.OutputCollector<java.lang.String,java.util.List<Pair<java.util.List<java.lang.String>,java.lang.Long>>>
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |