INeuralNetwork.PropagateSOFM

Syntax

PropagateSOFM;

Description

The PropagateSOFM method propagates the signal throughout the Kohonen self-organizing network.

Comments

This method uses propagation of the input vector through the Kohonen network to calculate the distance between network neurons and the input vector. After propagation of the signal the input vector has been classified. To get vector class, use the INeuralNetwork.GetClosestNeuron method (the network should be learned before calling it).

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

See also:

INeuralNetwork