Constructs an NMFConsensusMatrix instance from the given data.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public NMFConsensusMatrix( DataFrame data, int k, int numberOfRuns, NMFClustering<Alg> nmf ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ data As DataFrame, _ k As Integer, _ numberOfRuns As Integer, _ nmf As NMFClustering(Of Alg) _ ) |
| Visual C++ |
|---|
public: NMFConsensusMatrix( DataFrame^ data, int k, int numberOfRuns, NMFClustering<Alg>^ nmf ) |
Parameters
- data
- Type: CenterSpace.NMath.Stats..::.DataFrame
The data to factor.
- k
- Type: System..::.Int32
The order of the NMF factorization.
- numberOfRuns
- Type: System..::.Int32
The number of clustering runs.
- nmf
- Type: CenterSpace.NMath.Stats..::.NMFClustering<(Of <(Alg>)>)
The clustering NMF to use.