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

Calculates the output activations given the specified input using an equation

Namespace: Clarion.Framework.Extensions.Templates
Assembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)

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

See Also