Class Linkage provides functions for computing the distance between clusters of objects.

Namespace: CenterSpace.NMath.Stats
Assembly: NMathStatsPremium (in NMathStatsPremium.dll) Version: 3.6.0.0

Syntax

C#
public class Linkage
Visual Basic
Public Class Linkage
Visual C++
public ref class Linkage

Remarks

Instances of delegate type Linkage.Function are used by class ClusterAnalysis to compute the distance between clusters of objects. Delegates are provided as static variables for single, complete, unweighted average, weighted average, centroid, median, and Ward's linkage functions.

Inheritance Hierarchy

System..::..Object
  CenterSpace.NMath.Stats..::..Linkage

See Also