TLinearClassifier.OnNameNextRecord Property

property OnNameNextRecord: TNameNextRecord;

Called by LearnData method and K-NN to browse through the learn data set.

Returns: TNameNextRecord

Remarks:

Because K-NN requires access to all learn examples when classifying, this event can give the algorithm access to the learn dataset. The class in this case is in string format and not yet indexed.