INeuralNetwork.GetUseVectorScalar

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.

Example

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

See also:

INeuralNetwork