Uses of Class
org.apache.mahout.classifier.bayes.common.BayesParameters

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

Uses of BayesParameters in org.apache.mahout.classifier.bayes
 

Methods in org.apache.mahout.classifier.bayes with parameters of type BayesParameters
static void TestClassifier.classifyParallel(BayesParameters params)
           
static void TestClassifier.classifySequential(BayesParameters params)
           
static void TrainClassifier.trainCNaiveBayes(java.lang.String dir, java.lang.String outputDir, BayesParameters params)
           
static void TrainClassifier.trainNaiveBayes(java.lang.String dir, java.lang.String outputDir, BayesParameters params)
           
 

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

Methods in org.apache.mahout.classifier.bayes.mapreduce.bayes with parameters of type BayesParameters
 void BayesThetaNormalizerDriver.runJob(java.lang.String input, java.lang.String output, BayesParameters params)
          Run the job
 void BayesDriver.runJob(java.lang.String input, java.lang.String output, BayesParameters params)
          Run the job
 

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

Methods in org.apache.mahout.classifier.bayes.mapreduce.cbayes with parameters of type BayesParameters
 void CBayesThetaNormalizerDriver.runJob(java.lang.String input, java.lang.String output, BayesParameters params)
          Run the job
 void CBayesDriver.runJob(java.lang.String input, java.lang.String output, BayesParameters params)
          Run the job
 

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

Methods in org.apache.mahout.classifier.bayes.mapreduce.common with parameters of type BayesParameters
 void BayesWeightSummerDriver.runJob(java.lang.String input, java.lang.String output, BayesParameters params)
          Run the job
 void BayesTfIdfDriver.runJob(java.lang.String input, java.lang.String output, BayesParameters params)
          Run the job
 void BayesJob.runJob(java.lang.String input, java.lang.String output, BayesParameters params)
          Execute a classification job on a cluster.
 void BayesFeatureDriver.runJob(java.lang.String input, java.lang.String output, BayesParameters params)
          Run the job
 



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