C# Class Encog.Neural.Networks.Training.Concurrent.Performers.PerformerTask

Perform one training task.
Inheritance: IEngineTask
Exibir arquivo Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method Description
PerformerTask ( IConcurrentTrainingPerformer owner ) : System

Construct the task runner.

Run ( ) : void

Run the test.

Method Details

PerformerTask() public method

Construct the task runner.
public PerformerTask ( IConcurrentTrainingPerformer owner ) : System
owner IConcurrentTrainingPerformer The owner.
return System

Run() public method

Run the test.
public Run ( ) : void
return void