Uses of Class
org.apache.mahout.classifier.sgd.AdaptiveLogisticRegression.TrainingExample

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

Uses of AdaptiveLogisticRegression.TrainingExample in org.apache.mahout.classifier.sgd
 

Methods in org.apache.mahout.classifier.sgd that return types with arguments of type AdaptiveLogisticRegression.TrainingExample
 List<AdaptiveLogisticRegression.TrainingExample> AdaptiveLogisticRegression.getBuffer()
           
 

Methods in org.apache.mahout.classifier.sgd with parameters of type AdaptiveLogisticRegression.TrainingExample
 void AdaptiveLogisticRegression.Wrapper.train(AdaptiveLogisticRegression.TrainingExample example)
           
 

Method parameters in org.apache.mahout.classifier.sgd with type arguments of type AdaptiveLogisticRegression.TrainingExample
 void AdaptiveLogisticRegression.setBuffer(List<AdaptiveLogisticRegression.TrainingExample> buffer)
           
 



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