[This is preliminary documentation and is subject to change.]

Updates the network using standard backpropagation

Namespace: Clarion.Framework
Assembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)

Syntax

C#
public virtual void Learn()

Implements

ITrainable..::..Learn()()()()

Remarks

Note
This method should not be called until the DesiredOutput property has been set
Caution
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

ExceptionCondition
System..::..InvalidOperationExceptionIf the backpropagation network has not been committed before this method is called

See Also