Uses of Class
org.apache.mahout.ep.EvolutionaryProcess

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

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

Methods in org.apache.mahout.classifier.sgd that return EvolutionaryProcess
 EvolutionaryProcess<AdaptiveLogisticRegression.Wrapper,CrossFoldLearner> AdaptiveLogisticRegression.getEp()
           
 

Methods in org.apache.mahout.classifier.sgd with parameters of type EvolutionaryProcess
 void AdaptiveLogisticRegression.setEp(EvolutionaryProcess<AdaptiveLogisticRegression.Wrapper,CrossFoldLearner> ep)
           
 



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