Uses of Interface
org.apache.mahout.ep.Payload

Packages that use Payload
org.apache.mahout.classifier.sgd Implements a variety of on-line logistric regression classifiers using SGD-based algorithms. 
org.apache.mahout.ep Provides basic evolutionary optimization using recorded-step mutation. 
 

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

Classes in org.apache.mahout.classifier.sgd that implement Payload
static class AdaptiveLogisticRegression.Wrapper
          Provides a shim between the EP optimization stuff and the CrossFoldLearner.
 

Uses of Payload in org.apache.mahout.ep
 

Classes in org.apache.mahout.ep with type parameters of type Payload
 class EvolutionaryProcess<T extends Payload<T>>
          Allows evolutionary optimization where the state function can't be easily packaged for the optimizer to execute.
 class State<T extends Payload<T>>
          Records evolutionary state and provides a mutation operation for recorded-step meta-mutation.
 



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