Gets and sets the algorithm used by this factorization object.

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

Syntax

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

See Also