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

Calculates the output activations based on the current input

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

Syntax

C#
public abstract void PropagateActivation()

Remarks

Note
This method should not be called until the input activations have been set to the current state
TODO: Add more details about implementing this method

See Also