[This is preliminary documentation and is subject to change.]
Calculates the output activations based on the current input
Namespace: Clarion.Framework.TemplatesAssembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)
Syntax
C# |
---|
public override void PropagateActivation() |
Remarks
![]() |
---|
This method should not be called until the input activations have been set to the current state |
![]() |
---|
A neural network instance MUST by committed before this method is called. Failure to commit the neural network before calling this method will cause an exception to be thrown. |
Exceptions
Exception | Condition |
---|---|
System..::..InvalidOperationException | If the neural network has not been committed before this method is called |