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