Uses of Class
org.apache.mahout.common.StringTuple

Packages that use StringTuple
org.apache.mahout.common   
org.apache.mahout.math.stats.entropy   
org.apache.mahout.vectorizer.collocations.llr   
org.apache.mahout.vectorizer.term   
 

Uses of StringTuple in org.apache.mahout.common
 

Methods in org.apache.mahout.common with parameters of type StringTuple
 int StringTuple.compareTo(StringTuple otherTuple)
           
 

Uses of StringTuple in org.apache.mahout.math.stats.entropy
 

Methods in org.apache.mahout.math.stats.entropy with parameters of type StringTuple
protected  void SpecificConditionalEntropyMapper.map(StringTuple key, VarIntWritable value, org.apache.hadoop.mapreduce.Mapper.Context context)
           
 

Uses of StringTuple in org.apache.mahout.vectorizer.collocations.llr
 

Methods in org.apache.mahout.vectorizer.collocations.llr with parameters of type StringTuple
protected  void CollocMapper.map(org.apache.hadoop.io.Text key, StringTuple value, org.apache.hadoop.mapreduce.Mapper.Context context)
          Collocation finder: pass 1 map phase.
 

Uses of StringTuple in org.apache.mahout.vectorizer.term
 

Methods in org.apache.mahout.vectorizer.term with parameters of type StringTuple
protected  void TermCountMapper.map(org.apache.hadoop.io.Text key, StringTuple value, org.apache.hadoop.mapreduce.Mapper.Context context)
           
 

Method parameters in org.apache.mahout.vectorizer.term with type arguments of type StringTuple
protected  void TFPartialVectorReducer.reduce(org.apache.hadoop.io.Text key, Iterable<StringTuple> values, org.apache.hadoop.mapreduce.Reducer.Context context)
           
 



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