The OrderedConnectivityMatrix type exposes the following members.

Constructors

  NameDescription
OrderedConnectivityMatrixOverloaded.

Methods

  NameDescription
ApplyOverloaded.
Clone
Constructs a deep copy of self.
(Inherited from ConnectivityMatrix.)
CutTree
Constructs the specified number of clusters from the hierarchical linkage tree.
DeepenThisCopy
Guarantees that there is only one reference to the underlying data and that this data is in contiguous storage.
(Inherited from DoubleSymmetricMatrix.)
Equals
Tests for equality of this connectivity matrix and another connectivity matrix. Two connectivity matrices are equal if they have the same dimensions and all values are equal.
(Inherited from ConnectivityMatrix.)
GetHashCode
Computes hash code.
(Inherited from ConnectivityMatrix.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
LeadingSubmatrix
Returns the k by k upper left corner of the matrix. The matrix and the submatrix share the same data.
(Inherited from DoubleSymmetricMatrix.)
Resize
Changes the order of this matrix to that specified, adding zeros or truncating as necessary.
(Inherited from DoubleSymmetricMatrix.)
ShallowCopy
Creates a shallow copy of this matrix.
(Inherited from DoubleSymmetricMatrix.)
ToStringOverloaded.
ToTabDelimitedOverloaded.
TransformOverloaded.
Transpose
Returns this matrix.
(Inherited from DoubleSymmetricMatrix.)

Properties

  NameDescription
Cols
Gets the number of columns in the matrix.
(Inherited from DoubleSymmetricMatrix.)
CopheneticDistances
Gets the vector of cophenetic distances between all possible element pairs resulting from the hierarchical cluster analysis.
DataVector
Gets the data vector referenced by this matrix.
(Inherited from DoubleSymmetricMatrix.)
DistanceFunction
Gets and the distance function used in the hierarchical cluster analysis.
Distances
Gets the vector of distances between all possible object pairs, computed using the current distance delegate.
Item
Gets and sets the value at the specified position. Symmetry is maintained.
(Inherited from DoubleSymmetricMatrix.)
Labels
Gets and sets the labels for the rows/columns of the connectivity matrix.
(Inherited from ConnectivityMatrix.)
LinkageFunction
Gets the complete hierarchical linkage tree, computed from Distances using the current linkage delegate.
NumberOfLabels
Gets the number of row/column labels.
(Inherited from ConnectivityMatrix.)
Order
Gets the order of the matrix.
(Inherited from DoubleSymmetricMatrix.)
PermutationVector
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]].
Rows
Gets the number of rows in the matrix.
(Inherited from DoubleSymmetricMatrix.)

See Also