Click or drag to resize

OrderedConnectivityMatrix Constructor

Overload List
 NameDescription
Public methodOrderedConnectivityMatrix(ConnectivityMatrix) 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.
Public methodOrderedConnectivityMatrix(ConnectivityMatrix, LinkageFunction) Constructs an OrderedConnectivityMatrix instance using the specified linkage and default distance functions to perform the hierarchical cluster analysis.
Public methodOrderedConnectivityMatrix(ConnectivityMatrix, OrderedConnectivityMatrixElementDistance) Constructs an OrderedConnectivityMatrix instance using the default linkage and specified distance functions to perform the hierarchical cluster analysis.
Public methodOrderedConnectivityMatrix(ConnectivityMatrix, OrderedConnectivityMatrixElementDistance, LinkageFunction) Constructs an OrderedConnectivityMatrix instance using the specified linkage and distance functions to perform the hierarchical cluster analysis.
Top
See Also