INeuralNetwork.SetNjuEx

Fore Syntax

SetNjuEx(newNju: Double; layerIndex: Integer);

Fore.NET 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.

Fore and Fore.NET Examples

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

See also:

INeuralNetwork