| LeastSquaresTrainerErrorValue Property |
The final value of the error function.
Namespace: Imsl.DataMining.NeuralAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic virtual double ErrorValue { get; }Public Overridable ReadOnly Property ErrorValue As Double
Get
public:
virtual property double ErrorValue {
double get ();
}abstract ErrorValue : float with get
override ErrorValue : float with get
Property Value
Type:
Double
A
double containing the final value of the error function from
the last training.
Implements
ITrainerErrorValue
Remarks
Before training, NaN is returned.
See Also