INeuralNetwork.SetUseVectorScalar

Fore Syntax

SetUseVectorScalar(useScalar: Boolean);

Fore.NET 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

SetUseVectorScalar is used only for Kohonen self-organizing networks. Available values of the useScalar parameter:

Fore and Fore.NET Examples

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

See also:

INeuralNetwork