You are here: Symbol Reference > Statistics Namespace > Structs, Records, Enums > Statistics.TPWDistMethod Enumeration
Stats Master VCL
ContentsIndex
PreviousUpNext
Statistics.TPWDistMethod Enumeration

Defines method for pairwise distance calculation.

Pascal
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!