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

Inheritance: FeedforwardLogic
Afficher le fichier Open project: encog/encog-silverlight-core

Méthodes publiques

Méthode 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 méthode

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.
Résultat void