Distance model used by the K-NN algorithm.
TDistanceModel = ( dmNorm1, dmNorm2 );
Members |
Description |
dmNorm1 |
Computes the average of the absolute differences. |
dmNorm2 |
Computes the average of the square of the differences. |
Distance model used by the K-NN algorithm.
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|