Click or drag to resize

OrderedConnectivityMatrix(ConnectivityMatrix, LinkageFunction) Constructor

Constructs an OrderedConnectivityMatrix instance using the specified linkage and default distance functions to perform the hierarchical cluster analysis.

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

Parameters

connectivityMatrix  ConnectivityMatrix
Connectivity matrix to cluster.
linkageFunction  LinkageFunction
The linkage function to use for the hierarchial cluster analysis.
See Also