Documentation For Encog 2.x

ITrain.Error Property

Get the current error percent from the training. You can also set the current error rate. This is usually used by training strategies.

public double Error { public get; public set; }

See Also

ITrain Interface | Encog.Neural.Networks.Training Namespace