[This is preliminary documentation and is subject to change.]
The factory for generating refineable associative rules
Namespace: Clarion.FrameworkAssembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)
Syntax
C# |
---|
public class RefineableAssociativeRuleFactory : IAssociativeRuleFactory<RefineableAssociativeRule>, IRuleFactory<RefineableAssociativeRule> |
Remarks
The following parameters are REQUIRED:
- The Conclusion Chunk for the rule being generated
- A parameters class for the rule
- A PositiveMatchDeterminer delegate
- A RuleGeneralizer<(Of <(<'T>)>)> delegate
- A RuleSpecializer<(Of <(<'T>)>)> delegate
- A DeletionChecker delegate
- A EligibilityChecker delegate
Inheritance Hierarchy
System..::..Object
Clarion.Framework..::..RefineableAssociativeRule..::..RefineableAssociativeRuleFactory
Clarion.Framework..::..RefineableAssociativeRule..::..RefineableAssociativeRuleFactory