Uses of Interface
org.apache.mahout.classifier.bayes.mapreduce.common.BayesJob

Packages that use BayesJob
org.apache.mahout.classifier.bayes.mapreduce.bayes   
org.apache.mahout.classifier.bayes.mapreduce.cbayes   
org.apache.mahout.classifier.bayes.mapreduce.common   
 

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

Classes in org.apache.mahout.classifier.bayes.mapreduce.bayes that implement BayesJob
 class BayesDriver
          Create and run the Bayes Trainer.
 class BayesThetaNormalizerDriver
          Create and run the Bayes Theta Normalization Step.
 

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

Classes in org.apache.mahout.classifier.bayes.mapreduce.cbayes that implement BayesJob
 class CBayesDriver
          Create and run the Bayes Trainer.
 class CBayesThetaNormalizerDriver
          Create and run the Bayes Trainer.
 

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

Classes in org.apache.mahout.classifier.bayes.mapreduce.common that implement BayesJob
 class BayesFeatureDriver
          Create and run the Bayes Feature Reader Step.
 class BayesTfIdfDriver
          The Driver which drives the Tf-Idf Generation
 class BayesWeightSummerDriver
          Create and run the Bayes Trainer.
 

Methods in org.apache.mahout.classifier.bayes.mapreduce.common with parameters of type BayesJob
static void JobExecutor.execute(String[] args, BayesJob job)
          Execute a bayes classification job.
 



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