The NMFConsensusMatrix<(Of <(Alg>)>) type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Apply | Overloaded. | |
| Clone |
Constructs a deep copy of self.
(Inherited from ConnectivityMatrix.) | |
| 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.) | |
| ToString | Overloaded. | |
| ToTabDelimited | Overloaded. | |
| Transform | Overloaded. | |
| Transpose |
Returns this matrix.
(Inherited from DoubleSymmetricMatrix.) |