Documentation For Encog 2.x

SimpleRecurrentLogic.PreprocessLayer Method

Handle recurrent layers. See if there are any recurrent layers before the specified layer that must affect the input.

public override void PreprocessLayer(
   ILayer layer,
   INeuralData input,
   ISynapse source
);

Parameters

layer
The layer being processed, see if there are any recurrent connections to this.
input
The input to the layer, will be modified with the result from any recurrent layers.
source
The source synapse.

See Also

SimpleRecurrentLogic Class | Encog.Neural.Networks.Logic Namespace