[This is preliminary documentation and is subject to change.]
Updates the network using standard backpropagation
Namespace: Clarion.FrameworkAssembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)
Syntax
Remarks
![]() |
---|
This method should not be called until the DesiredOutput property has been set |
![]() |
---|
The backpropagation network instance MUST by committed before this method is called. Failure to commit the backpropagation network before calling this method will cause an exception to be thrown. |
Exceptions
Exception | Condition |
---|---|
System..::..InvalidOperationException | If the backpropagation network has not been committed before this method is called |