TKNNParams Type
Record type used by K-NN (K Nearest Neighbors) classification algorithm to control the use of attributes.

Unit
Classifier

Declaration

TKNNParams = record
    Enabled: boolean;
    Weight: double;
  end;

Description
Controls the use of the attributes.

Values
Enabled True, if the attribute is to be used.
Weight The weight of attribute. Default value is 1.


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