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

The BPNetwork type exposes the following members.

Methods

  Name Description
Public method Commit
Commits the backpropagation network
(Overrides NeuralNetwork..::..Commit()()()().)
Protected method ComputeHiddenActivation
Computes the hidden layer activation
(Overrides NeuralNetwork..::..ComputeHiddenActivation()()()().)
Protected method ComputeOutputActivation
Computes the output layer activation
(Overrides NeuralNetwork..::..ComputeOutputActivation()()()().)
Public method IsEligible
Indicates whether or not the component is eligible to be used
(Inherited from ClarionComponent.)
Public method Learn
Updates the network using standard backpropagation
Protected method ModifyHiddenToOutput
Modifies the weights of the hidden to output layer
Protected method ModifyInputToHidden
Modifies the weights of the input to hidden layer
Public method PropagateActivation
Calculates the output activations based on the current input
(Inherited from NeuralNetwork.)
Public method Retract (Overrides ImplicitComponent..::..Retract()()()().)

See Also