TExampleRecord Type
Record type used by K-NN (K Nearest Neighbors) classification algorithm to store the entire learn database in memory.

Unit
Classifier

Declaration

TExampleRecord = record
    ClassIndex: integer;
    Discrete: TIntegerArray;
    Float: TDoubleArray;
  end;

Description
Storage format for the learn database.

Values
ClassIndex Index of the class of the learn example.
Discrete Values of discrete attributes of the learn example.
Values of real valued attributes of the learn example.


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