Documentation For Encog 2.x

ILayer.Compute Method

Compute the output for this layer.

INeuralData Compute(
   INeuralData pattern
);

Parameters

pattern
The input pattern.

Return Value

The output from this layer.

See Also

ILayer Interface | Encog.Neural.Networks.Layers Namespace