Class NMFact performs non-negative matrix factorization.

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

Syntax

C#
[SerializableAttribute]
public class NMFact : ICloneable
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class NMFact _
	Implements ICloneable
Visual C++
[SerializableAttribute]
public ref class NMFact : ICloneable

Remarks

Users can choose the number of iterations, whether the cost is computed at each step, and the update algorithm.

Inheritance Hierarchy

System..::.Object
  CenterSpace.NMath.Stats..::.NMFact

See Also