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

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

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

Methods in org.apache.mahout.classifier.sgd that return OnlineLogisticRegression
 OnlineLogisticRegression OnlineLogisticRegression.alpha(double alpha)
          Chainable configuration option.
 OnlineLogisticRegression OnlineLogisticRegression.copy()
           
 OnlineLogisticRegression OnlineLogisticRegression.decayExponent(double decayExponent)
           
 OnlineLogisticRegression OnlineLogisticRegression.lambda(double lambda)
           
 OnlineLogisticRegression OnlineLogisticRegression.learningRate(double learningRate)
          Chainable configuration option.
 OnlineLogisticRegression OnlineLogisticRegression.stepOffset(int stepOffset)
           
 

Methods in org.apache.mahout.classifier.sgd that return types with arguments of type OnlineLogisticRegression
 List<OnlineLogisticRegression> CrossFoldLearner.getModels()
           
 

Methods in org.apache.mahout.classifier.sgd with parameters of type OnlineLogisticRegression
 void CrossFoldLearner.addModel(OnlineLogisticRegression model)
           
 void OnlineLogisticRegression.copyFrom(OnlineLogisticRegression other)
           
static void ModelSerializer.writeBinary(String path, OnlineLogisticRegression model)
           
 



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