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

Calculates the support for a rule given the current input

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

Syntax

C#
public delegate double SupportCalculator(
	ActivationCollection currentInput,
	Rule target
)

Parameters

currentInput
Type: Clarion.Framework..::..ActivationCollection
The current input
target
Type: Clarion.Framework.Core..::..Rule
(optional) The rule whose support is to be calculated

Return Value

The support for the rule

See Also