Documentation For Encog 2.x

ILayer.AddSynapse Method

This method adds a synapse to the neural network. Usually you will want to use the addNext method rather than directly adding synapses.

void AddSynapse(
   ISynapse synapse
);

Parameters

synapse
The synapse to add.

See Also

ILayer Interface | Encog.Neural.Networks.Layers Namespace