Click or drag to resize

ClusterAnalysisGetLinkages Method

Computes the complete hierarchical linkage tree, using the current distance vector and linkage delegate.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
protected DoubleMatrix GetLinkages()

Return Value

DoubleMatrix
An (n-1) x 3 matrix containing the complete hierarchical linkage tree. At each level in the tree, Columns 1 and 2 contain the indices of the clusters linked to form the next cluster. Column 3 contains the distances between the clusters.
See Also