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

Calculates the information gain using the match statistics of two specified rules.

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,
	Rule bR
)

Parameters

aR
Type: Clarion.Framework.Core..::..Rule
The first rule
bR
Type: Clarion.Framework.Core..::..Rule
The second rule

Return Value

The information gain measure

See Also