[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.0.7 (6.1.0.7)

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