GetUseVectorScalar(layerIndex: Integer): Boolean;
layerIndex. Layer index.
The GetUseVectorScalar method returns whether an algorithm of scalar vectors multiplication is used to calculate the distance between neurons of the specified layer.
GetUseVectorScalar is applied only for Kohonen self-organizing networks. Available values:
True. Algorithm of scalar vector multiplication is applied.
False. Euclidean distances are used.
Indexation of the layers is continuous and starts with zero.
The method use is given in the example for INeuralNetwork.SetLearnRateEx.
See also: