property OnIndexNextRecord: TIndexNextRecord;
Called by LearnData method and K-NN to browse through the learn dataset.
Returns: TIndexNextRecord
Remarks:
Because K-NN requires access to all learn examples when classifying, this event gives the algorithm access to the learn dataset. The class in this case is an integer or already indexed string label.