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

Calculates the rule support given the current input

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

Syntax

C#
public virtual double CalculateSupport(
	ActivationCollection currentInput
)

Parameters

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

Return Value

The support for the rule

See Also