Uses of Interface
org.apache.mahout.classifier.OnlineLearner

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

Uses of OnlineLearner in org.apache.mahout.classifier.sgd
 

Classes in org.apache.mahout.classifier.sgd that implement OnlineLearner
 class AbstractOnlineLogisticRegression
          Generic definition of a 1 of n logistic regression classifier that returns probabilities in response to a feature vector.
 class AdaptiveLogisticRegression
          This is a meta-learner that maintains a pool of ordinary OnlineLogisticRegression learners.
 class CrossFoldLearner
          Does cross-fold validation of log-likelihood and AUC on several online logistic regression models.
 class OnlineLogisticRegression
          Extends the basic on-line logistic regression learner with a specific set of learning rate annealing schedules.
 

Uses of OnlineLearner in org.apache.mahout.clustering
 

Classes in org.apache.mahout.clustering that implement OnlineLearner
 class ClusterClassifier
          This classifier works with any clustering Cluster.
 



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