Record type used by K-NN (K Nearest Neighbors) classification algorithm to control the use of attributes.
TKNNParams = record Enabled: boolean; Weight: double; end;
Members |
Description |
Enabled |
True, if the attribute is to be used. |
Weight |
The weight of attribute. Default value is 1. |
Controls the use of the attributes.
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|