Documentation For Encog 2.x

BasicLayer.Compute Method

Compute the outputs for this layer given the input pattern. The output is also stored in the fire instance variable.

public INeuralData Compute(
   INeuralData pattern
);

Parameters

pattern
The input pattern.

Return Value

The output from this layer.

Implements

ILayer.Compute

See Also

BasicLayer Class | Encog.Neural.Networks.Layers Namespace