| TDistanceModel Type |
Unit
Classifier
Declaration
TDistanceModel = (dmNorm1, dmNorm2);
Description
Distance model used by the K-NN algorithm.
| Values |
| dmNorm1: | Computes the average of the absolute differences. |
| dmNorm2: | computes the average of the square of the differences. |
|
|