Documentation For Encog 2.x

ILayer.Recur Method

Called on recurrent layers to provide recurrent output. This is where the context layer will return the patter that it previously remembered.

INeuralData Recur();

Return Value

The recurrent output.

See Also

ILayer Interface | Encog.Neural.Networks.Layers Namespace