Documentation For Encog 2.x

BasicLayer.Recur Method

Get the output from this layer when called in a recurrent manor. For the BaiscLayer, this is not implemented.

public virtual INeuralData Recur();

Return Value

The output when called in a recurrent way.

Implements

ILayer.Recur

See Also

BasicLayer Class | Encog.Neural.Networks.Layers Namespace