| NMFConsensusMatrixAlgNmf Property |
Gets and sets the NMF clustering object to use.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public NMFClustering<Alg> Nmf { get; set; }
Public Property Nmf As NMFClustering(Of Alg)
Get
Set
public:
property NMFClustering<Alg>^ Nmf {
NMFClustering<Alg>^ get ();
void set (NMFClustering<Alg>^ value);
}
member Nmf : NMFClustering<'Alg> with get, set
Property Value
NMFClusteringAlgSee Also