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



AbortTraining


Unit:SDL_kohonen
Class:TKohonen
Declaration:procedure AbortTraining;

The method AbortTraining aborts an on-going training. Please note that due to the limited multitasking capabilities of some Windows versions this method can be effective only if the event OnFeedback is assigned and contains at least the statement 'Application.Processmessages'. An aborted training may be continued by calling the method ContinueTraining.

Hint: The training of a Kohonen network may be interrupted by aborting the training and saving the state of the network to disk (method SaveAsXMLFile). In order to continue the training at a later time you have to load the training data (by assigning it to the property TrainData), load the saved network state (method LoadFromXMLFile), and call the method ContinueTraining (in that order).



Last Update: 2023-Dec-13