C# 클래스 Encog.Neural.Networks.Logic.SimpleRecurrentLogic

상속: FeedforwardLogic
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

메소드 설명
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.

메소드 상세

PreprocessLayer() 공개 메소드

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.
리턴 void