Uses of Class
clarion.system.RuleRefiner

Packages that use RuleRefiner
clarion.system   
 

Uses of RuleRefiner in clarion.system
 

Fields in clarion.system declared as RuleRefiner
 RuleRefiner ACS.Refiner
          The rule refiner for rule refinement.
 

Methods in clarion.system with parameters of type RuleRefiner
 AbstractRule RefineableRule.getMaxVariationMinusOne(RuleRefiner r)
          Gets the rule variation (containing 1 less activated dimension-value pair) with the maximum information gain compared to this rule.
 AbstractRule RefineableRule.getMaxVariationPlusOne(RuleRefiner r)
          Gets the rule variation (containing 1 additional activated dimension-value pair) with the maximum information gain compared to this rule.