Click or drag to resize

OrderedConnectivityMatrix Properties

The OrderedConnectivityMatrix type exposes the following members.

Properties
 NameDescription
Public propertyCols Gets the number of columns in the matrix.
(Inherited from DoubleSymmetricMatrix)
Public propertyCopheneticDistances Gets the vector of cophenetic distances between all possible element pairs resulting from the hierarchical cluster analysis.
Public propertyDataVector Gets the data vector referenced by this matrix.
(Inherited from DoubleSymmetricMatrix)
Public propertyDistanceFunction Gets and the distance function used in the hierarchical cluster analysis.
Public propertyDistances Gets the vector of distances between all possible object pairs, computed using the current distance delegate.
Public propertyItem Gets and sets the value at the specified position. Symmetry is maintained.
(Inherited from DoubleSymmetricMatrix)
Public propertyLabels Gets and sets the labels for the rows/columns of the connectivity matrix.
(Inherited from ConnectivityMatrix)
Public propertyLinkageFunction Gets the complete hierarchical linkage tree, computed from Distances using the current linkage delegate.
Public propertyNumberOfLabels Gets the number of row/column labels.
(Inherited from ConnectivityMatrix)
Public propertyOrder Gets the order of the matrix.
(Inherited from DoubleSymmetricMatrix)
Public propertyPermutationVector Gets the permutation vector of the node labels of the leaves of the dendrogram corresponding the hierarchical cluster analysis. Labels are zero based. The permutation vector, p, is used to reorder the connectivity matrix as follows: if A is the original connectivity matrix and C is the ordered connectivity matrix then C[i,j] = A[p[i],p[j]].
Public propertyRows Gets the number of rows in the matrix.
(Inherited from DoubleSymmetricMatrix)
Top
See Also