C# Класс Encog.Neural.Networks.Logic.SimpleRecurrentLogic

Наследование: FeedforwardLogic
Показать файл Открыть проект

Открытые методы

Метод Описание
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