C# Class Accord.Neuro.DistanceLayer

Inheritance: Layer
Afficher le fichier Open project: accord-net/framework Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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.
Résultat System