Documentation For Encog 2.x

BasicLayer.AddSynapse Method

Add a synapse to the list of outbound synapses. Usually you should simply call the addLayer method to add to the outbound list.

public void AddSynapse(
   ISynapse synapse
);

Parameters

synapse
The synapse to add.

Implements

ILayer.AddSynapse

See Also

BasicLayer Class | Encog.Neural.Networks.Layers Namespace