Uses of Package
org.apache.mahout.ep

Packages that use org.apache.mahout.ep
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. 
 

Classes in org.apache.mahout.ep used by org.apache.mahout.classifier.sgd
EvolutionaryProcess
          Allows evolutionary optimization where the state function can't be easily packaged for the optimizer to execute.
Payload
          Payloads for evolutionary state must be copyable and updatable.
State
          Records evolutionary state and provides a mutation operation for recorded-step meta-mutation.
 

Classes in org.apache.mahout.ep used by org.apache.mahout.ep
EvolutionaryProcess.Function
           
Mapping
          Provides coordinate tranformations so that evolution can proceed on the entire space of reals but have the output limited and squished in convenient (and safe) ways.
Payload
          Payloads for evolutionary state must be copyable and updatable.
State
          Records evolutionary state and provides a mutation operation for recorded-step meta-mutation.
 



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