Overload List
| Name | Description | |
|---|---|---|
| OrderedConnectivityMatrix(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.
| |
| OrderedConnectivityMatrix(ConnectivityMatrix, Linkage..::.Function) |
Constructs an OrderedConnectivityMatrix instance using the specified linkage
and default distance functions to perform the hierarchical cluster analysis.
| |
| OrderedConnectivityMatrix(ConnectivityMatrix, OrderedConnectivityMatrix..::.ElementDistance) |
Constructs an OrderedConnectivityMatrix instance using the default linkage
and specified distance functions to perform the hierarchical cluster analysis.
| |
| OrderedConnectivityMatrix(ConnectivityMatrix, OrderedConnectivityMatrix..::.ElementDistance, Linkage..::.Function) |
Constructs an OrderedConnectivityMatrix instance using the specified linkage
and distance functions to perform the hierarchical cluster analysis.
|