[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.0.7 (6.1.0.7)

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