| OnPushPosition Event |
Applies to
TClassifier
Declaration
TPushBookmark = Procedure(var Bookmark: PAPointer; Sender: TObject) of object;
Description
Called by LearnData method and K-NN to save the current position of the dataset. Because K-NN requires access to all learn examples when classifying, this event gives the algorithm access to the learn dataset.
|
|