Overload List

  NameDescription
NMFConsensusMatrix<(Of <(Alg>)>)(DoubleMatrix, Int32, Int32)
Constructs a NFMConsensusMatrix instance from the given data.
NMFConsensusMatrix<(Of <(Alg>)>)(DataFrame, Int32, Int32)
Constructs a NFMConsensusMatrix instance from the given data.
NMFConsensusMatrix<(Of <(Alg>)>)(DoubleMatrix, IEnumerable<(Of <(String>)>), Int32, Int32)
Constructs a NFMConsensusMatrix instance from the given data.
NMFConsensusMatrix<(Of <(Alg>)>)(DoubleMatrix, Int32, Int32, NMFClustering<(Of <(Alg>)>))
Constructs an NMFConsensusMatrix instance from the given data.
NMFConsensusMatrix<(Of <(Alg>)>)(DataFrame, IEnumerable<(Of <(String>)>), Int32, Int32)
Constructs a NFMConsensusMatrix instance from the given data.
NMFConsensusMatrix<(Of <(Alg>)>)(DataFrame, Int32, Int32, NMFClustering<(Of <(Alg>)>))
Constructs an NMFConsensusMatrix instance from the given data.
NMFConsensusMatrix<(Of <(Alg>)>)(DoubleMatrix, IEnumerable<(Of <(String>)>), Int32, Int32, NMFClustering<(Of <(Alg>)>))
Constructs an NMFConsensusMatrix instance from the given data.
NMFConsensusMatrix<(Of <(Alg>)>)(DataFrame, IEnumerable<(Of <(String>)>), Int32, Int32, NMFClustering<(Of <(Alg>)>))
Constructs an NMFConsensusMatrix instance from the given data.

See Also