Click or drag to resize

NMFConsensusMatrixAlg Properties

The NMFConsensusMatrixAlg type exposes the following members.

Properties
 NameDescription
Public propertyCols Gets the number of columns in the matrix.
(Inherited from DoubleSymmetricMatrix)
Public propertyDataVector Gets the data vector referenced by this matrix.
(Inherited from DoubleSymmetricMatrix)
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 propertyNmf Gets and sets the NMF clustering object to use.
Public propertyNumberOfConvergedRuns Gets the number of clustering runs whose NMF computations converged.
Public propertyNumberOfLabels Gets the number of row/column labels.
(Inherited from ConnectivityMatrix)
Public propertyOrder Gets the order of the matrix.
(Inherited from DoubleSymmetricMatrix)
Public propertyRows Gets the number of rows in the matrix.
(Inherited from DoubleSymmetricMatrix)
Top
See Also