C# Класс Encog.Neural.Pattern.ART1Pattern

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

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

Метод Описание
ART1Pattern ( ) : Encog.Engine.Network.Activation

Construct the object.

AddHiddenLayer ( int count ) : void

This will fail, hidden layers are not supported for this type of network.

Clear ( ) : void

Clear any properties set for this network.

Generate ( ) : IMLMethod

Generate the neural network.

Описание методов

ART1Pattern() публичный Метод

Construct the object.
public ART1Pattern ( ) : Encog.Engine.Network.Activation
Результат Encog.Engine.Network.Activation

AddHiddenLayer() публичный Метод

This will fail, hidden layers are not supported for this type of network.
public AddHiddenLayer ( int count ) : void
count int Not used.
Результат void

Clear() публичный Метод

Clear any properties set for this network.
public Clear ( ) : void
Результат void

Generate() публичный Метод

Generate the neural network.
public Generate ( ) : IMLMethod
Результат IMLMethod