The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



ApplyIt


Unit:SDL_kohonen
Class:TKohonen
Declaration:procedure ApplyIt (InData: TVector; var BestIx, BestIy: integer; var Distance: double);

The method ApplyIt allows to apply a trained Kohonen map to new data. The parameter InData contains the input vector having NrOfInSens elements. On return, the variable parameters BestIx, and BestIy contain the indices of the winning neuron; the parameter Distance returns the distance between the weight vector of the winning neuron and the input data vector.

Example: This method is used in the following example program (see http://www.lohninger.com/examples.html for downloading the code): kohmap



Last Update: 2023-Dec-13