Documentation For Encog 2.x

NeuralStructure.GetPreviousSynapses Method

Get the previous synapses.

public ICollection<ISynapse> GetPreviousSynapses(
   ILayer targetLayer
);

Parameters

targetLayer
The layer to get the previous layers from.

Return Value

A collection of synapses.

See Also

NeuralStructure Class | Encog.Neural.Networks Namespace