| ITrainer Interface |
Namespace: Imsl.DataMining.Neural
The ITrainer type exposes the following members.
| Name | Description | |
|---|---|---|
| ErrorGradient |
The value of the gradient of the error function with respect to
the Weights.
| |
| ErrorStatus |
The error status.
| |
| ErrorValue |
The value of the error function minimized by the trainer.
|
The method Train is used to adjust the Weights in a network to best fit a set of observed data. After a Network is trained, the other methods in this interface can be used to check the quality of the fit.