Documentation For Encog 2.x

BasicLayer.Process Method

Process the input pattern. For the basic layer, nothing is done. This is how the context layer gets a chance to record the input. Other similar functions, where access is needed to the input.

public virtual void Process(
   INeuralData pattern
);

Parameters

pattern
The input to this layer.

Implements

ILayer.Process

See Also

BasicLayer Class | Encog.Neural.Networks.Layers Namespace