Uses of Package
org.apache.mahout.classifier

Packages that use org.apache.mahout.classifier
org.apache.mahout.classifier   
org.apache.mahout.classifier.bayes Introduction 
org.apache.mahout.classifier.bayes.mapreduce.bayes   
org.apache.mahout.classifier.naivebayes   
org.apache.mahout.classifier.sgd Implements a variety of on-line logistric regression classifiers using SGD-based algorithms. 
org.apache.mahout.clustering  
 

Classes in org.apache.mahout.classifier used by org.apache.mahout.classifier
ClassifierResult
          Result of a document classification.
ConfusionMatrix
          The ConfusionMatrix Class stores the result of Classification of a Test Dataset.
 

Classes in org.apache.mahout.classifier used by org.apache.mahout.classifier.bayes
ClassifierResult
          Result of a document classification.
 

Classes in org.apache.mahout.classifier used by org.apache.mahout.classifier.bayes.mapreduce.bayes
ConfusionMatrix
          The ConfusionMatrix Class stores the result of Classification of a Test Dataset.
 

Classes in org.apache.mahout.classifier used by org.apache.mahout.classifier.naivebayes
AbstractVectorClassifier
          Defines the interface for classifiers that take input as a vector.
 

Classes in org.apache.mahout.classifier used by org.apache.mahout.classifier.sgd
AbstractVectorClassifier
          Defines the interface for classifiers that take input as a vector.
OnlineLearner
          The simplest interface for online learning algorithms.
 

Classes in org.apache.mahout.classifier used by org.apache.mahout.clustering
AbstractVectorClassifier
          Defines the interface for classifiers that take input as a vector.
OnlineLearner
          The simplest interface for online learning algorithms.
 



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