Uses of Class
org.apache.mahout.classifier.sgd.AbstractOnlineLogisticRegression

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

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

Subclasses of AbstractOnlineLogisticRegression in org.apache.mahout.classifier.sgd
 class OnlineLogisticRegression
          Extends the basic on-line logistic regression learner with a specific set of learning rate annealing schedules.
 

Methods in org.apache.mahout.classifier.sgd that return AbstractOnlineLogisticRegression
 AbstractOnlineLogisticRegression AbstractOnlineLogisticRegression.lambda(double lambda)
          Chainable configuration option.
 

Methods in org.apache.mahout.classifier.sgd with parameters of type AbstractOnlineLogisticRegression
 void AbstractOnlineLogisticRegression.copyFrom(AbstractOnlineLogisticRegression other)
           
 



Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.