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

Performs one round of learning for the Hopfield network (using the NDRAM variation of Hebbian learning)

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

Syntax

C#
public override void Learn()

Implements

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

Remarks

This method should not be called until the activation pattern (which is to be encoded) has been set and the PropagateActivation()()()() method has been called.

See Also