Class Distance provides functions for computing the distance between objects.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public class Distance |
| Visual Basic (Declaration) |
|---|
Public Class Distance |
| Visual C++ |
|---|
public ref class Distance |
Remarks
Instances of delegate type Distance.Function are used by class ClusterAnalysis
to compute the distances between singleton objects. Delegates are provided as
static variables for euclidean, squared euclidean, city-block (Manhattan),
maximum (Chebychev), and power distance functions.