[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.CoreAssembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)
Syntax
C# |
---|
public enum IGOptions |
Members
Member name | Value | Description | |
---|---|---|---|
MATCH_ALL | 0 | The standard method for calculating the information gain against a "match all" | |
PERFECT | 1 | A method for calculating the information gain by assuming that a rule has "perfect" match statistics (i.e., all positive) |