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



TrainIt


Unit:SDL_kohonen
Class:TKohonen
Declaration:procedure TrainIt;

The method TrainIt starts the training of the Kohonen network. Please note, that the training of the Kohonen network most likely takes considerable time (depending on various parameters, and on the size of training data matrix). So it is a good practice to specify a feedback routine which gives feedback to the user during the training. The feedback routine should be assigned to the OnFeedBack event. See the chapter "How to use TKohonen " for more details on how to implement a feedback routine.

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