Uses of Class
clarion.system.RuleRefiner.IG_OPTIONS

Packages that use RuleRefiner.IG_OPTIONS
clarion.system   
 

Uses of RuleRefiner.IG_OPTIONS in clarion.system
 

Fields in clarion.system declared as RuleRefiner.IG_OPTIONS
static RuleRefiner.IG_OPTIONS RuleRefiner.GLOBAL_IG_OPTION
          The option to use when calculation information gain for IG(C,ALL)
 RuleRefiner.IG_OPTIONS RuleRefiner.IG_OPTION
          The option to use when calculation information gain for IG(C,ALL)
 

Methods in clarion.system that return RuleRefiner.IG_OPTIONS
static RuleRefiner.IG_OPTIONS RuleRefiner.IG_OPTIONS.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RuleRefiner.IG_OPTIONS[] RuleRefiner.IG_OPTIONS.values()
          Returns an array containing the constants of this enum type, in the order they're declared.