| SortIndexRecord method |
Applies to
TClassifier
Declaration
procedure SortIndexRecord(var A: array of TIndexRecord; iLo, iHi: Integer);
Description
Sort an array of TIndexRecords. iLo is the lowest array index in iHi is the highest array index. The method calls the ClassifyTest method, if InternalPruning is True. Otherwise the classification results must be returned via the OnClassifyTest event.
|
|