You are here: Symbol Reference > Classifier Namespace > Classes > TClassifier Class > TClassifier Events > TClassifier.OnNameNextRecord Event
Data Miner
ContentsIndex
PreviousUpNext
TClassifier.OnNameNextRecord Event

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

Pascal
property OnNameNextRecord: TNameNextRecord;

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.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!