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

Packages that use BayesParameters
org.apache.mahout.classifier.bayes Introduction 
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(org.apache.hadoop.fs.Path dir, org.apache.hadoop.fs.Path outputDir, BayesParameters params)
           
static void TrainClassifier.trainNaiveBayes(org.apache.hadoop.fs.Path dir, org.apache.hadoop.fs.Path outputDir, BayesParameters params)
           
 

Constructors in org.apache.mahout.classifier.bayes with parameters of type BayesParameters
InMemoryBayesDatastore(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(org.apache.hadoop.fs.Path input, org.apache.hadoop.fs.Path output, BayesParameters params)
           
 void BayesDriver.runJob(org.apache.hadoop.fs.Path input, org.apache.hadoop.fs.Path output, BayesParameters params)
           
 

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(org.apache.hadoop.fs.Path input, org.apache.hadoop.fs.Path output, BayesParameters params)
           
 void CBayesDriver.runJob(org.apache.hadoop.fs.Path input, org.apache.hadoop.fs.Path output, BayesParameters params)
           
 

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(org.apache.hadoop.fs.Path input, org.apache.hadoop.fs.Path output, BayesParameters params)
           
 void BayesTfIdfDriver.runJob(org.apache.hadoop.fs.Path input, org.apache.hadoop.fs.Path output, BayesParameters params)
           
 void BayesJob.runJob(org.apache.hadoop.fs.Path input, org.apache.hadoop.fs.Path output, BayesParameters params)
          Execute a classification job on a cluster.
 void BayesFeatureDriver.runJob(org.apache.hadoop.fs.Path input, org.apache.hadoop.fs.Path output, BayesParameters params)
           
 



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