Documentation For Encog 2.x

ContextLayer.Process Method

Called to process input from the previous layer. Simply store the output in the context.

public override void Process(
   INeuralData pattern
);

Parameters

pattern
The pattern to store in the context.

Implements

ILayer.Process

See Also

ContextLayer Class | Encog.Neural.Networks.Layers Namespace