type TDistanceModel = (;
Distance model used by the K-NN algorithm.
Distance model used by the K-NN algorithm.
Values
| Name | Description |
|---|---|
| dmNorm1 | Computes the average of the absolute differences. |
| dmNorm2 | Computes the average of the square of the differences. |