INeuralNetwork.SetNjuEx

Syntax

SetNjuEx(newNju: Double; layerIndex: Integer);

Parameters

SetNju. Learning speed of a network layer. The value is in the range [0.0; 1.0].

layerIndex. Layer index.

Description

The SetNjuEx method sets learning speed for the specified layer of the back-propagation network.

Comments

For details about learning speed see INeuralNetwork.SetNju.

Indexation of the network layers is continuous and starts with zero.

The method use is given in the example for INeuralNetwork.SetMjuEx.

See also:

INeuralNetwork