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

Packages that use StringTuple
org.apache.mahout.common   
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.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–2014 The Apache Software Foundation. All rights reserved.