Documentation For Encog 2.x

ContextLayer.Recur Method

Called to get the output from this layer when called in a recurrent manor. Simply return the context that was kept from the last iteration.

public override INeuralData Recur();

Return Value

Implements

ILayer.Recur

See Also

ContextLayer Class | Encog.Neural.Networks.Layers Namespace