Click or drag to resize
Accord.NET (logo)

ResilientBackpropagationOnProgressChanged Method

Raises the [E:ProgressChanged] event.

Namespace:  Accord.Math.Optimization
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
protected void OnProgressChanged(
	ProgressChangedEventArgs args
)
Request Example View Source

Parameters

args
Type: System.ComponentModelProgressChangedEventArgs
The ProgressChangedEventArgs instance containing the event data.
See Also