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



OnFeedBack


Unit:SDL_kohonen
Class:TKohonen
Declaration:property OnFeedBack: TOnPercentDoneEvent;
{TOnPercentDoneEvent = procedure (Sender: TObject; PercentDone: integer) of object;}

The OnFeedBack event is triggered regularly by the training procedure of the Kohonen network. This event may be used to create some kind of feedback to the user during the (often time consuming) training of a Kohonen network. The variable parameter PercentDone returns the percentage of already completed training steps.

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



Last Update: 2023-Dec-13