org.apache.mahout.ep
Class ThreadedEvolutionaryProcess.EvalTask
java.lang.Object
org.apache.mahout.ep.ThreadedEvolutionaryProcess.EvalTask
- All Implemented Interfaces:
- Callable<State<?,?>>
- Enclosing class:
- ThreadedEvolutionaryProcess
public class ThreadedEvolutionaryProcess.EvalTask
- extends Object
- implements Callable<State<?,?>>
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 |
ThreadedEvolutionaryProcess.EvalTask
public ThreadedEvolutionaryProcess.EvalTask(ThreadedEvolutionaryProcess.Function f,
State<?,?> what)
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.