Method | Description | |
---|---|---|
GradientWorker ( |
Construct a gradient worker.
|
|
Run ( ) : void |
Perform the gradient calculation for the specified index range.
|
Method | Description | |
---|---|---|
Process ( double input, double ideal, double s ) : void |
Process one training set element.
|
|
ProcessLevel ( int currentLevel ) : void |
Process one level.
|
public GradientWorker ( |
||
theNetwork | The network to train. | |
theOwner | The owner that is doing the training. | |
theTraining | IMLDataSet | The training data. |
theLow | int | The low index to use in the training data. |
theHigh | int | The high index to use in the training data. |
theFlatSpots | double | Holds an array of flat spot constants. |
ef | IErrorFunction | |
return | System |