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

Packages that use StringTuple
org.apache.mahout.classifier.bayes.mapreduce.bayes   
org.apache.mahout.classifier.bayes.mapreduce.cbayes   
org.apache.mahout.classifier.bayes.mapreduce.common   
org.apache.mahout.common   
org.apache.mahout.fpm.pfpgrowth.convertors.string   
 

Uses of StringTuple in org.apache.mahout.classifier.bayes.mapreduce.bayes
 

Methods in org.apache.mahout.classifier.bayes.mapreduce.bayes with parameters of type StringTuple
 void BayesThetaNormalizerMapper.map(StringTuple key, org.apache.hadoop.io.DoubleWritable value, org.apache.hadoop.mapred.OutputCollector<StringTuple,org.apache.hadoop.io.DoubleWritable> output, org.apache.hadoop.mapred.Reporter reporter)
          We need to calculate the thetaNormalization factor of each label
 void BayesThetaNormalizerReducer.reduce(StringTuple key, java.util.Iterator<org.apache.hadoop.io.DoubleWritable> values, org.apache.hadoop.mapred.OutputCollector<StringTuple,org.apache.hadoop.io.DoubleWritable> output, org.apache.hadoop.mapred.Reporter reporter)
           
 void BayesClassifierReducer.reduce(StringTuple key, java.util.Iterator<org.apache.hadoop.io.DoubleWritable> values, org.apache.hadoop.mapred.OutputCollector<StringTuple,org.apache.hadoop.io.DoubleWritable> output, org.apache.hadoop.mapred.Reporter reporter)
           
 

Method parameters in org.apache.mahout.classifier.bayes.mapreduce.bayes with type arguments of type StringTuple
 void BayesThetaNormalizerMapper.map(StringTuple key, org.apache.hadoop.io.DoubleWritable value, org.apache.hadoop.mapred.OutputCollector<StringTuple,org.apache.hadoop.io.DoubleWritable> output, org.apache.hadoop.mapred.Reporter reporter)
          We need to calculate the thetaNormalization factor of each label
 void BayesClassifierMapper.map(org.apache.hadoop.io.Text key, org.apache.hadoop.io.Text value, org.apache.hadoop.mapred.OutputCollector<StringTuple,org.apache.hadoop.io.DoubleWritable> output, org.apache.hadoop.mapred.Reporter reporter)
          Parallel Classification
 void BayesThetaNormalizerReducer.reduce(StringTuple key, java.util.Iterator<org.apache.hadoop.io.DoubleWritable> values, org.apache.hadoop.mapred.OutputCollector<StringTuple,org.apache.hadoop.io.DoubleWritable> output, org.apache.hadoop.mapred.Reporter reporter)
           
 void BayesClassifierReducer.reduce(StringTuple key, java.util.Iterator<org.apache.hadoop.io.DoubleWritable> values, org.apache.hadoop.mapred.OutputCollector<StringTuple,org.apache.hadoop.io.DoubleWritable> output, org.apache.hadoop.mapred.Reporter reporter)
           
 

Uses of StringTuple in org.apache.mahout.classifier.bayes.mapreduce.cbayes
 

Methods in org.apache.mahout.classifier.bayes.mapreduce.cbayes with parameters of type StringTuple
 void CBayesThetaNormalizerMapper.map(StringTuple key, org.apache.hadoop.io.DoubleWritable value, org.apache.hadoop.mapred.OutputCollector<StringTuple,org.apache.hadoop.io.DoubleWritable> output, org.apache.hadoop.mapred.Reporter reporter)
          We need to calculate the idf of each feature in each label
 void CBayesThetaNormalizerReducer.reduce(StringTuple key, java.util.Iterator<org.apache.hadoop.io.DoubleWritable> values, org.apache.hadoop.mapred.OutputCollector<StringTuple,org.apache.hadoop.io.DoubleWritable> output, org.apache.hadoop.mapred.Reporter reporter)
           
 

Method parameters in org.apache.mahout.classifier.bayes.mapreduce.cbayes with type arguments of type StringTuple
 void CBayesThetaNormalizerMapper.map(StringTuple key, org.apache.hadoop.io.DoubleWritable value, org.apache.hadoop.mapred.OutputCollector<StringTuple,org.apache.hadoop.io.DoubleWritable> output, org.apache.hadoop.mapred.Reporter reporter)
          We need to calculate the idf of each feature in each label
 void CBayesThetaNormalizerReducer.reduce(StringTuple key, java.util.Iterator<org.apache.hadoop.io.DoubleWritable> values, org.apache.hadoop.mapred.OutputCollector<StringTuple,org.apache.hadoop.io.DoubleWritable> output, org.apache.hadoop.mapred.Reporter reporter)
           
 

Uses of StringTuple in org.apache.mahout.classifier.bayes.mapreduce.common
 

Methods in org.apache.mahout.classifier.bayes.mapreduce.common with parameters of type StringTuple
 void BayesWeightSummerMapper.map(StringTuple key, org.apache.hadoop.io.DoubleWritable value, org.apache.hadoop.mapred.OutputCollector<StringTuple,org.apache.hadoop.io.DoubleWritable> output, org.apache.hadoop.mapred.Reporter reporter)
          We need to calculate the weight sums across each label and each feature
 void BayesTfIdfMapper.map(StringTuple key, org.apache.hadoop.io.DoubleWritable value, org.apache.hadoop.mapred.OutputCollector<StringTuple,org.apache.hadoop.io.DoubleWritable> output, org.apache.hadoop.mapred.Reporter reporter)
          We need to calculate the Tf-Idf of each feature in each label
 void BayesWeightSummerReducer.reduce(StringTuple key, java.util.Iterator<org.apache.hadoop.io.DoubleWritable> values, org.apache.hadoop.mapred.OutputCollector<StringTuple,org.apache.hadoop.io.DoubleWritable> output, org.apache.hadoop.mapred.Reporter reporter)
           
 void BayesTfIdfReducer.reduce(StringTuple key, java.util.Iterator<org.apache.hadoop.io.DoubleWritable> values, org.apache.hadoop.mapred.OutputCollector<StringTuple,org.apache.hadoop.io.DoubleWritable> output, org.apache.hadoop.mapred.Reporter reporter)
           
 void BayesFeatureReducer.reduce(StringTuple key, java.util.Iterator<org.apache.hadoop.io.DoubleWritable> values, org.apache.hadoop.mapred.OutputCollector<StringTuple,org.apache.hadoop.io.DoubleWritable> output, org.apache.hadoop.mapred.Reporter reporter)
           
 

Method parameters in org.apache.mahout.classifier.bayes.mapreduce.common with type arguments of type StringTuple
 void BayesWeightSummerMapper.map(StringTuple key, org.apache.hadoop.io.DoubleWritable value, org.apache.hadoop.mapred.OutputCollector<StringTuple,org.apache.hadoop.io.DoubleWritable> output, org.apache.hadoop.mapred.Reporter reporter)
          We need to calculate the weight sums across each label and each feature
 void BayesTfIdfMapper.map(StringTuple key, org.apache.hadoop.io.DoubleWritable value, org.apache.hadoop.mapred.OutputCollector<StringTuple,org.apache.hadoop.io.DoubleWritable> output, org.apache.hadoop.mapred.Reporter reporter)
          We need to calculate the Tf-Idf of each feature in each label
 void BayesFeatureMapper.map(org.apache.hadoop.io.Text key, org.apache.hadoop.io.Text value, org.apache.hadoop.mapred.OutputCollector<StringTuple,org.apache.hadoop.io.DoubleWritable> output, org.apache.hadoop.mapred.Reporter reporter)
          We need to count the number of times we've seen a term with a given label and we need to output that.
 void BayesWeightSummerReducer.reduce(StringTuple key, java.util.Iterator<org.apache.hadoop.io.DoubleWritable> values, org.apache.hadoop.mapred.OutputCollector<StringTuple,org.apache.hadoop.io.DoubleWritable> output, org.apache.hadoop.mapred.Reporter reporter)
           
 void BayesTfIdfReducer.reduce(StringTuple key, java.util.Iterator<org.apache.hadoop.io.DoubleWritable> values, org.apache.hadoop.mapred.OutputCollector<StringTuple,org.apache.hadoop.io.DoubleWritable> output, org.apache.hadoop.mapred.Reporter reporter)
           
 void BayesFeatureReducer.reduce(StringTuple key, java.util.Iterator<org.apache.hadoop.io.DoubleWritable> values, org.apache.hadoop.mapred.OutputCollector<StringTuple,org.apache.hadoop.io.DoubleWritable> output, org.apache.hadoop.mapred.Reporter reporter)
           
 

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.fpm.pfpgrowth.convertors.string
 

Constructor parameters in org.apache.mahout.fpm.pfpgrowth.convertors.string with type arguments of type StringTuple
StringTupleIterator(java.util.Iterator<StringTuple> iterator)
           
 



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