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

The ParameterSettingModule type exposes the following members.

Constructors

  Name Description
Protected method ParameterSettingModule
Initializes a new instance of the ParameterSettingModule class

Methods

  Name Description
Public method Commit()()()() (Inherited from MetaCognitiveModule.)
Public method Commit(ICommitable) (Inherited from MetaCognitiveModule.)
Protected method ConvertChooseActionEventArgs (Overrides MetaCognitiveModule..::..ConvertChooseActionEventArgs(EventArgs).)
Protected method ConvertLearningEventArgs (Overrides MetaCognitiveModule..::..ConvertLearningEventArgs(EventArgs).)
Public method GetBoltzmannProbability
Gets the BoltzmannProbability of a specified activation using a collection of other activations
(Inherited from MetaCognitiveModule.)
Protected method InterpretChosenAction (Overrides MetaCognitiveModule..::..InterpretChosenAction(Tuple<(Of <<'(SensoryInformation, Guid, IEnumerable<(Of <<'(ClarionComponent>)>>), Dictionary<(Of <<'(Guid, Double>)>>)>)>>)).)
Public method InvokeEvent
Protected method OnPublicationTimingSpecified (Inherited from MetaCognitiveModule.)
Protected method OnPublisherAvailable (Overrides MetaCognitiveModule..::..OnPublisherAvailable(Object, PublisherAvailableEventArgs).)
Protected method OnPublisherRemoved (Overrides MetaCognitiveModule..::..OnPublisherRemoved(Object, PublisherRemovedEventArgs).)
Protected method OnSubscribeRequested (Overrides MetaCognitiveModule..::..OnSubscribeRequested(Object, SubscribeRequestedEventArgs).)
Protected method OnTimingHoldRequest
Handles timing hold request events
(Inherited from MetaCognitiveModule.)
Protected method OnUnsubscribeRequested (Overrides MetaCognitiveModule..::..OnUnsubscribeRequested(Object, UnsubscribeRequestedEventArgs).)
Protected method ProcessParameterChanges (Inherited from MetaCognitiveModule.)
Public method Retract()()()() (Inherited from MetaCognitiveModule.)
Public method Retract(ICommitable) (Inherited from MetaCognitiveModule.)

Fields

  Name Description
Protected field _alocker (Inherited from MetaCognitiveModule.)
Protected field _lhlocker (Inherited from MetaCognitiveModule.)
Protected field _lqlocker (Inherited from MetaCognitiveModule.)
Protected field _mchlocker (Inherited from MetaCognitiveModule.)
Protected field _mcqlocker (Inherited from MetaCognitiveModule.)
Protected field aID (Inherited from MetaCognitiveModule.)
Protected field alive (Inherited from MetaCognitiveModule.)
Protected field delWaitHandle (Inherited from MetaCognitiveModule.)
Protected field l_hold (Inherited from MetaCognitiveModule.)
Protected field lQueue (Inherited from MetaCognitiveModule.)
Protected field lQueueHandle (Inherited from MetaCognitiveModule.)
Protected field lReadyHandle (Inherited from MetaCognitiveModule.)
Protected field mc_hold (Inherited from MetaCognitiveModule.)
Protected field mcQueue (Inherited from MetaCognitiveModule.)
Protected field mcQueueHandle (Inherited from MetaCognitiveModule.)
Protected field mcReadyHandle (Inherited from MetaCognitiveModule.)

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