C# Class Encog.Neural.Networks.Logic.SimpleRecurrentLogic

Inheritance: FeedforwardLogic
Exibir arquivo Open project: encog/encog-silverlight-core

Public Methods

Method Description
PreprocessLayer ( ILayer layer, INeuralData input, ISynapse source ) : void

Handle recurrent layers. See if there are any recurrent layers before the specified layer that must affect the input.

Method Details

PreprocessLayer() public method

Handle recurrent layers. See if there are any recurrent layers before the specified layer that must affect the input.
public PreprocessLayer ( ILayer layer, INeuralData input, ISynapse source ) : void
layer ILayer The layer being processed, see if there are any recurrent /// connections to this.
input INeuralData The input to the layer, will be modified with the result /// from any recurrent layers.
source ISynapse The source synapse.
return void