Uses of Package
org.apache.mahout.classifier.bayes

Packages that use org.apache.mahout.classifier.bayes
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   
 

Classes in org.apache.mahout.classifier.bayes used by org.apache.mahout.classifier.bayes
Algorithm
          The algorithm interface for implementing variations of bayes Algorithm
BayesParameters
          BayesParameter used for passing parameters to the Map/Reduce Jobs parameters include gramSize,
Datastore
          The Datastore interface for the Algorithm to use
InMemoryBayesDatastore
          Class implementing the Datastore for Algorithms to read In-Memory model
InvalidDatastoreException
          Exception thrown when illegal access is done on the datastore or when the backend storage goes down.
 

Classes in org.apache.mahout.classifier.bayes used by org.apache.mahout.classifier.bayes.mapreduce.bayes
BayesParameters
          BayesParameter used for passing parameters to the Map/Reduce Jobs parameters include gramSize,
 

Classes in org.apache.mahout.classifier.bayes used by org.apache.mahout.classifier.bayes.mapreduce.cbayes
BayesParameters
          BayesParameter used for passing parameters to the Map/Reduce Jobs parameters include gramSize,
 

Classes in org.apache.mahout.classifier.bayes used by org.apache.mahout.classifier.bayes.mapreduce.common
BayesParameters
          BayesParameter used for passing parameters to the Map/Reduce Jobs parameters include gramSize,
 



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