Click or drag to resize

OrderedConnectivityMatrix(ConnectivityMatrix, OrderedConnectivityMatrixElementDistance) Constructor

Constructs an OrderedConnectivityMatrix instance using the default linkage and specified 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
)

Parameters

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