| NMFConsensusMatrixAlg(DoubleMatrix, Int32, Int32) Constructor |
Constructs a NFMConsensusMatrix instance from the given data.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public NMFConsensusMatrix(
DoubleMatrix v,
int k,
int numberOfRuns
)
Public Sub New (
v As DoubleMatrix,
k As Integer,
numberOfRuns As Integer
)
public:
NMFConsensusMatrix(
DoubleMatrix^ v,
int k,
int numberOfRuns
)
new :
v : DoubleMatrix *
k : int *
numberOfRuns : int -> NMFConsensusMatrix
Parameters
- v DoubleMatrix
- The matrix to factor.
- k Int32
- The order of the NMF factorization.
- numberOfRuns Int32
- The number of clustering runs.
See Also