TKRecord Type
Record type used by K-NN (K Nearest Neighbors) classification algorithm to store the nearest neighbors.

Unit
Classifier

Declaration

TKRecord = record
    Distance: double;
    ClassIndex: integer;
    ExampleIndex: integer;
  end;

Description
Stores nearest neighbors.

Values
Distance Distance of the learned example from the current example.
ClassIndex Class of the learned example.
ExampleIndex Index of the learned example within the learn dataset.


Help for MtxVec v2.1. (c) 2006 Dew Research.
http://www.dewresearch.com