Gets and sets the NMF clustering object to use.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public NMFClustering<Alg> Nmf { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Nmf As NMFClustering(Of Alg) |
| Visual C++ |
|---|
public: property NMFClustering<Alg>^ Nmf { NMFClustering<Alg>^ get (); void set (NMFClustering<Alg>^ value); } |