| InsertNeighbors method |
Applies to
TKNearestNeighbors
Declaration
procedure InsertNeighbors(const NewN: TKRecord);
Description
Insert a record holding in to the K nearest neighbors array. The record will be discared, if all items already in the array are closer then the inserted one.
|
|