org.encog.neural.networks.training.concurrent.performers
Class PerformerTask

java.lang.Object
  extended by org.encog.neural.networks.training.concurrent.performers.PerformerTask
All Implemented Interfaces:
EngineTask

public class PerformerTask
extends Object
implements EngineTask


Constructor Summary
PerformerTask(ConcurrentTrainingPerformer owner)
           
 
Method Summary
 void run()
          The task to perform.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerformerTask

public PerformerTask(ConcurrentTrainingPerformer owner)
Method Detail

run

public void run()
Description copied from interface: EngineTask
The task to perform.

Specified by:
run in interface EngineTask


Copyright © 2011. All Rights Reserved.