[This is preliminary documentation and is subject to change.]

The ParameterSettingModule type exposes the following members.

Properties

  Name Description
Public property Static member Factory
Public property Static member GlobalParameters
Gets the global parameters for the FixedRule class
Public property InitializeOnCommit
Specifies whether initialization operations should be performed when the module in committed
(Inherited from MetaCognitiveModule.)
Public property IsReadOnly
Specifies whether the module is in a read-only (i.e., immutable) state
(Inherited from MetaCognitiveModule.)
Protected property MCARS (Inherited from MetaCognitiveModule.)
Protected property MCDNs (Inherited from MetaCognitiveModule.)
Public property MetaCognitionActionRules (Inherited from MetaCognitiveModule.)
Public property MetaCognitionDecisionNetworks (Inherited from MetaCognitiveModule.)
Public property OnEventHandlerDelegate
Public property Parameters
Public property PositiveMatchMethod
Sets the (optional) positive match determiner that can be used in-lieu of the default method for updating the match statistics for the top and bottom levels as a whole
(Inherited from MetaCognitiveModule.)
Public property RuleExtractionFactory
Sets the factory that is to be used for extracting rules from the bottom level of the meta-cognitive module
(Inherited from MetaCognitiveModule.)
Public property RuleExtractionFactoryParameters
Sets the parameters associated with the factory used for extracting rules from the bottom level of the meta-cognitive module
(Inherited from MetaCognitiveModule.)
Public property RuleExtractionMethod
Sets the (optional) rule extraction method that can be used in-lieu of the default method for extracting rule from the bottom level of the meta-cognitive module
(Inherited from MetaCognitiveModule.)

Explicit Interface Implementations

See Also