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

The NeuralNetwork type exposes the following members.

Methods

  Name Description
Public method Commit
Commits the neural network
(Overrides ImplicitComponent..::..Commit()()()().)
Protected method ComputeHiddenActivation
Calculates the hidden activation
Protected method ComputeOutputActivation
Calculates the output activation
Public method IsEligible
Indicates whether or not the component is eligible to be used
(Inherited from ClarionComponent.)
Public method PropagateActivation
Calculates the output activations based on the current input
(Overrides ImplicitComponent..::..PropagateActivation()()()().)
Public method Retract
Retracts the implicit component
(Inherited from ImplicitComponent.)

See Also