Click or drag to resize

NMFConsensusMatrixAlg(DoubleMatrix, Int32, Int32, NMFClusteringAlg) Constructor

Constructs an NMFConsensusMatrix instance from the given data.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public NMFConsensusMatrix(
	DoubleMatrix v,
	int k,
	int numberOfRuns,
	NMFClustering<Alg> nmf
)

Parameters

v  DoubleMatrix
The matrix to factor.
k  Int32
The order of the NMF factorization.
numberOfRuns  Int32
The number of clustering runs.
nmf  NMFClusteringAlg
The clustering NMF to use.
See Also