C# Class Accord.Neuro.DistanceLayer

Inheritance: Layer
Mostra file Open project: accord-net/framework 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