| TKRecord Type |
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. |
|
|