[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.1.0 (6.1.1.0)

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