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

Calculates the settled activations of the Hopfield network given an initial activation

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

Syntax

C#
public override void PropagateActivation()

Remarks

This method should not be called until the Input activations have been set. This can be done by setting either the Input property or the Nodes property (after the network has been committed). TODO: Update documentation for all PropagateActivation / Learn methods to make summary 1 sentence and add remarks

See Also