You are here: Symbol Reference > Dew Namespace > Dew.Stats Namespace > Structs, Records, Enums > Dew.Stats.TPWDistMethod Enumeration
Dew Stats for .NET
ContentsIndexHome
PreviousUpNext
Dew.Stats.TPWDistMethod Enumeration

Defines method for pairwise distance calculation.

Syntax
C#
Visual Basic
public enum TPWDistMethod : uint { pwdistEuclidian, pwdistCityBlock, pwdistChebychev, pwdistCustom }

Statistics.cs

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-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!