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

The ReinforcementTrainableImplicitComponent type exposes the following members.

Methods

  Name Description
Public method CheckExtraction
Indicates whether or not a rule should be extracted from the reinforcement-trainable implicit component
Public method Commit
Commits the trainable implicit component
(Inherited from TrainableImplicitComponent.)
Public method IsEligible
Indicates whether or not the component is eligible to be used
(Inherited from ClarionComponent.)
Public method Learn
Initiates a round of learning based on the desired output
(Inherited from TrainableImplicitComponent.)
Public method PropagateActivation
Calculates the output activations based on the current input
(Inherited from ImplicitComponent.)
Public method ResetStatistics
Resets the match statistics
Public method Retract
Retracts the trainable implicit component
(Inherited from TrainableImplicitComponent.)
Public method UpdateMatchStatistics
Updates the match statistics for the reinforcement-trainable implicit component

See Also