Click or drag to resize
LeastSquaresTrainerErrorValue Property
The final value of the error function.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double ErrorValue { 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