org.encog.neural.networks.training.concurrent.performers
Class PerformerTask
java.lang.Object
org.encog.neural.networks.training.concurrent.performers.PerformerTask
- All Implemented Interfaces:
- EngineTask
public class PerformerTask
- extends Object
- implements EngineTask
A task to be performed.
- Author:
- jheaton
Method Summary |
void |
run()
Run the task. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PerformerTask
public PerformerTask(ConcurrentTrainingPerformer owner)
- Construct the object.
- Parameters:
owner
- The owner.
run
public final void run()
- Run the task.
- Specified by:
run
in interface EngineTask
Copyright © 2014. All Rights Reserved.