org.apache.mahout.ep
Class ThreadedEvolutionaryProcess.EvalTask

java.lang.Object
  extended by org.apache.mahout.ep.ThreadedEvolutionaryProcess.EvalTask
All Implemented Interfaces:
Callable<State<?,?>>
Enclosing class:
ThreadedEvolutionaryProcess

public class ThreadedEvolutionaryProcess.EvalTask
extends Object
implements Callable<State<?,?>>


Constructor Summary
ThreadedEvolutionaryProcess.EvalTask(ThreadedEvolutionaryProcess.Function f, State<?,?> what)
           
 
Method Summary
 State<?,?> call()
          Computes a result, or throws an exception if unable to do so.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadedEvolutionaryProcess.EvalTask

public ThreadedEvolutionaryProcess.EvalTask(ThreadedEvolutionaryProcess.Function f,
                                            State<?,?> what)
Method Detail

call

public State<?,?> call()
Computes a result, or throws an exception if unable to do so.

Specified by:
call in interface Callable<State<?,?>>
Returns:
computed result


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