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

The options that can be used when calculating information gain for IG(C,ALL).

Namespace: Clarion.Framework.Core
Assembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)

Syntax

C#
public enum IGOptions

Members

Member nameValueDescription
MATCH_ALL0 The standard method for calculating the information gain against a "match all"
PERFECT1 A method for calculating the information gain by assuming that a rule has "perfect" match statistics (i.e., all positive)

See Also