C# Class 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.
Inheritance: Layer
Show file Open project: holisticware-admin/MonoVersal.AForgeNET Class Usage Examples

Public Methods

Method Description
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.

Method Details

DistanceLayer() public method

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.
return System