Gets ans sets the NMF iteration algorithm to use.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public Alg Updater { get; set; }
Visual Basic (Declaration)
Public Property Updater As Alg
Visual C++
public:
property Alg Updater {
	Alg get ();
	void set (Alg value);
}

See Also