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

Initiates a round of learning based on the desired output

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

Syntax

C#
public abstract void Learn()

Implements

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

Remarks

Note
This method should not be called until the desired output has been set
TODO: Add more details about implementing this method

See Also