Defines method for pairwise distance calculation.
TPWDistMethod = ( pwdistEuclidian, pwdistCityBlock, pwdistChebychev, pwdistCustom );
Members |
Description |
pwdistEuclidian |
Euclidian distance (L2 norm). |
pwdistCityBlock |
The "City block" distance (L1 norm). |
pwdistChebychev |
The Chebychev distance. |
pwdistCustom |
Custom pairwise distance calculation. |
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|