| OnLastRecord property |
Applies to
TClassifier
Declaration
property OnLastRecord: TNotifyEvent;
Description
Called by LearnData method and K-NN when the last record is fetched. Because K-NN requires access to all learn examples when classifying, this event gives the algorithm access to the learn dataset.
|
|