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

Calculates the information gain using the match statistics of the specified rule.

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

Syntax

C#
public double CalculateInformationGain(
	Rule aR
)

Parameters

aR
Type: Clarion.Framework.Core..::..Rule
The rule to use for calculating information gain against the "perfect" rule

Return Value

The information gain measure

See Also