C# Класс AForge.Neuro.DistanceLayer

Distance layer.
Distance layer is a layer of distance neurons. The layer is usually a single layer of such networks as Kohonen Self Organizing Map, Elastic Net, Hamming Memory Net.
Наследование: Layer
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
DistanceLayer ( int neuronsCount, int inputsCount ) : System

Initializes a new instance of the DistanceLayer class.

The new layet is randomized (see Neuron.Randomize method) after it is created.

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

DistanceLayer() публичный метод

Initializes a new instance of the DistanceLayer class.
The new layet is randomized (see Neuron.Randomize method) after it is created.
public DistanceLayer ( int neuronsCount, int inputsCount ) : System
neuronsCount int Layer's neurons count.
inputsCount int Layer's inputs count.
Результат System