![]() | Distance Methods |
The Distance type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | CityBlockDistance | Compute the city-block (Manhattan) distance between two data sets (1 norm). |
![]() ![]() | EuclideanDistance | Computes the Euclidean distance between two data sets (2 norm). |
![]() ![]() | MaximumDistance | Computes the maximum (Chebychev) distance between two data sets. |
![]() ![]() | PowerFunction | Power distance function. Encapsulates GetDistance() on a newly constructed Distance.PowerDistance object as a Distance.Function delegate. |
![]() ![]() | SquaredEuclideanDistance | Computes the squared Euclidean distance between two data sets. |