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

Calculates the strength of a chunk given the current input

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

Syntax

C#
public delegate double ChunkStrengthCalculator(
	ActivationCollection currentInput,
	Chunk target
)

Parameters

currentInput
Type: Clarion.Framework..::..ActivationCollection
The current input
target
Type: Clarion.Framework.Core..::..Chunk
(optional) The chunk whose strength is to be calculated

Return Value

The strength of the chunk

See Also