Documentation For Encog 2.x

FeedforwardLogic.PreprocessLayer Method

Can be overridden by subclasses. Usually used to implement recurrent layers.

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

Parameters

layer
The layer to process.
input
The input to this layer.
source
The source from this layer.

See Also

FeedforwardLogic Class | Encog.Neural.Networks.Logic Namespace