INeuralNetwork.GetUseVectorScalar

Fore Syntax

GetUseVectorScalar(layerIndex: Integer): Boolean;

Fore.NET Syntax

GetUseVectorScalar(layerIndex: integer): Boolean;

Parameters

layerIndex. Layer index.

Description

The GetUseVectorScalar method returns whether an algorithm of scalar vectors multiplication is used to calculate the distance between neurons of the specified layer.

Comments

GetUseVectorScalar is applied only for Kohonen self-organizing networks. Available values:

Indexation of the layers is continuous and starts with zero.

Fore and Fore.NET Examples

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

See also:

INeuralNetwork