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

The TrainableImplicitComponent type exposes the following members.

Methods

  Name Description
Public method Commit
Commits the trainable implicit component
(Overrides ImplicitComponent..::..Commit()()()().)
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
Public method PropagateActivation
Calculates the output activations based on the current input
(Inherited from ImplicitComponent.)
Public method Retract
Retracts the trainable implicit component
(Overrides ImplicitComponent..::..Retract()()()().)

See Also