Documentation For Encog 2.x

ILayer.Process Method

Process the data before it is modified by this layer. This method is useful for the context layer to remember the pattern it was presented with.

void Process(
   INeuralData pattern
);

Parameters

pattern
The pattern.

See Also

ILayer Interface | Encog.Neural.Networks.Layers Namespace