Click or drag to resize
Accord.NET (logo)

ResilientBackpropagationProgressChanged Event

Occurs when the current learning progress has changed.

Namespace:  Accord.Math.Optimization
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public event EventHandler<ProgressChangedEventArgs> ProgressChanged
Request Example View Source

Value

Type: SystemEventHandlerProgressChangedEventArgs
See Also