[This is preliminary documentation and is subject to change.]
Calculates the support for a rule given the current input
Namespace: Clarion.Framework.TemplatesAssembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)
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