[This is preliminary documentation and is subject to change.]
The factory for generating fixed associative rules
Namespace: Clarion.FrameworkAssembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)
Syntax
C# |
---|
public class FixedAssociativeRuleFactory : IAssociativeRuleFactory<FixedAssociativeRule>, IRuleFactory<FixedAssociativeRule> |
Remarks
The following parameters are REQUIRED:
- The Conclusion Chunk for the rule being generated
- The SupportCalculator delegate that is used to determine if the rule supports a conclusion
- A parameters class for the rule
- A DeletionChecker delegate
- A EligibilityChecker delegate
- A CoversDeterminer delegate
- A EqualityDeterminer delegate
- A PositiveMatchDeterminer delegate