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

A task to be performed.

Author:
jheaton

Constructor Summary
PerformerTask(ConcurrentTrainingPerformer owner)
          Construct the object.
 
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
 

Constructor Detail

PerformerTask

public PerformerTask(ConcurrentTrainingPerformer owner)
Construct the object.

Parameters:
owner - The owner.
Method Detail

run

public final void run()
Run the task.

Specified by:
run in interface EngineTask


Copyright © 2014. All Rights Reserved.