INeuralNetwork.SetUseVectorScalar

Syntax

SetUseVectorScalar(useScalar: Boolean);

Parameters

useScalar. Indicates whether the algorithm of scalar vector multiplication is used.

Description

The SetUseVectorScalar method determines whether to apply the algorithm of scalar multiplication of vectors to calculate the distance between neurons.

Comments

The method is applied only for Kohonen self-organizing networks. Available values of the useScalar parameter:

Example

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

See also:

INeuralNetwork