Documentation For Encog 2.x

PropagationSynapse Class

The back propagation training algorithms requires training data to be stored for each of the synapses. The propagation class creates a PropagationSynapse object for each of the synapses in the neural network that it is training.

For a list of all members of this type, see PropagationSynapse Members .

System.Object
   PropagationSynapse

public class PropagationSynapse

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Encog.Neural.Networks.Training.Propagation

Assembly: encog-core-cs (in encog-core-cs.dll)

See Also

PropagationSynapse Members | Encog.Neural.Networks.Training.Propagation Namespace