Click or drag to resize

OrderedConnectivityMatrix(ConnectivityMatrix) Constructor

Constructs an OrderedConnectivityMatrix instance using the default linkage and distance functions to perform the hierarchical cluster analysis. The default linkage function is weighted average and the default distance function is dist(i,j) = 1 - aij, where aij is the ijth entry in the connectivity matrix A.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public OrderedConnectivityMatrix(
	ConnectivityMatrix connectivityMatrix
)

Parameters

connectivityMatrix  ConnectivityMatrix
The connectivity matrix to cluster.
See Also