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

Computes the strength of the chunk given the current input

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

Syntax

C#
public override double ComputeStrength(
	ActivationCollection currentInput
)

Parameters

currentInput
Type: Clarion.Framework..::..ActivationCollection
The current sensory input

Return Value

The strength of the chunk

See Also