| OnNameNextRecord Event |
Applies to
TClassifier
Declaration
TNameNextRecord = Procedure(var ClassName: string; var DiscreteRecord: array of integer; var FloatRecord: array of double; var IsLast: boolean) of object;
Description
Called by LearnData method and K-NN to browse through the learn data set. Because K-NN requires access to all learn examples when classifying, this event can give the algorithm access to the learn dataset.
|
|