[This is preliminary documentation and is subject to change.]
Calculates the output activations given the specified input using an equation
Namespace: Clarion.Framework.Extensions.TemplatesAssembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)
Syntax
C# |
---|
public delegate void Equation( ActivationCollection input, ActivationCollection output ) |
Parameters
- input
- Type: Clarion.Framework..::..ActivationCollection
The input to the equation
- output
- Type: Clarion.Framework..::..ActivationCollection
The output from the equation