| EpochTrainerErrorValue Property |
The 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 final value of the error function from the
last training. Before training,
NaN is returned.
Implements
ITrainerErrorValue
See Also