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

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

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

Methods in org.apache.mahout.classifier.sgd that return AdaptiveLogisticRegression.Wrapper
 AdaptiveLogisticRegression.Wrapper AdaptiveLogisticRegression.Wrapper.copy()
           
 

Methods in org.apache.mahout.classifier.sgd that return types with arguments of type AdaptiveLogisticRegression.Wrapper
 State<AdaptiveLogisticRegression.Wrapper> AdaptiveLogisticRegression.getBest()
           
 EvolutionaryProcess<AdaptiveLogisticRegression.Wrapper> AdaptiveLogisticRegression.getEp()
           
 State<AdaptiveLogisticRegression.Wrapper> AdaptiveLogisticRegression.getSeed()
           
 

Method parameters in org.apache.mahout.classifier.sgd with type arguments of type AdaptiveLogisticRegression.Wrapper
 void AdaptiveLogisticRegression.Wrapper.freeze(State<AdaptiveLogisticRegression.Wrapper> s)
           
 void AdaptiveLogisticRegression.setBest(State<AdaptiveLogisticRegression.Wrapper> best)
           
 void AdaptiveLogisticRegression.setEp(EvolutionaryProcess<AdaptiveLogisticRegression.Wrapper> ep)
           
 void AdaptiveLogisticRegression.Wrapper.setMappings(State<AdaptiveLogisticRegression.Wrapper> x)
           
 void AdaptiveLogisticRegression.setSeed(State<AdaptiveLogisticRegression.Wrapper> seed)
           
 



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