Click or drag to resize

OrderedConnectivityMatrix(ConnectivityMatrix, OrderedConnectivityMatrixElementDistance, LinkageFunction) Constructor

Constructs an OrderedConnectivityMatrix instance using the specified linkage and 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,
	OrderedConnectivityMatrixElementDistance distanceFunction,
	LinkageFunction linkageFunction
)

Parameters

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