Uses of Interface
org.apache.mahout.ep.EvolutionaryProcess.Function

Packages that use EvolutionaryProcess.Function
org.apache.mahout.ep Provides basic evolutionary optimization using recorded-step mutation. 
 

Uses of EvolutionaryProcess.Function in org.apache.mahout.ep
 

Methods in org.apache.mahout.ep with parameters of type EvolutionaryProcess.Function
 State<T,U> EvolutionaryProcess.parallelDo(EvolutionaryProcess.Function<Payload<U>> fn)
          Execute an operation on all of the members of the population with many threads.
 



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