SetUseVectorScalar(useScalar: Boolean);
useScalar. Indicates whether the algorithm of scalar vector multiplication is used.
The SetUseVectorScalar method determines whether to apply the algorithm of scalar multiplication of vectors to calculate the distance between neurons.
The method is applied only for Kohonen self-organizing networks. Available values of the useScalar parameter:
True. Algorithm of scalar vector multiplication is used.
False. Euclidean distances are used.
The method use is given in the example for INeuralNetwork.LearnSOFM.
See also: