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 java.lang.Object implements EngineTask
A task to be performed.
-
-
Constructor Summary
Constructors Constructor and Description PerformerTask(ConcurrentTrainingPerformer owner)Construct the object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidrun()Run the task.
-
-
-
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:
runin interfaceEngineTask
-
-
DMelt 3.0 © DataMelt by jWork.ORG