|
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
)
Protected Sub OnProgressChanged (
args As ProgressChangedEventArgs
)
Request Example
View SourceParameters
- args
- Type: System.ComponentModelProgressChangedEventArgs
The ProgressChangedEventArgs instance containing the event data.
See Also