Click or drag to resize
EpochTrainerErrorValue Property
The 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 final value of the error function from the last training. Before training, NaN is returned.

Implements

ITrainerErrorValue
See Also