type TKNNParams = record;
Record type used by K-NN (K Nearest Neighbors) classification algorithm to control the use of attributes.
Controls the use of the attributes.
Fields
| Name | Type | Description |
|---|---|---|
| Enabled | boolean | True, if the attribute is to be used. |
| Weight | double | The weight of attribute. Default value is 1. |