Gets the value of the cost function for the factorization. The cost function is the function that is minimized by the NMF updater algorithm used.

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

Syntax

C#
public double Cost { get; }
Visual Basic (Declaration)
Public ReadOnly Property Cost As Double
Visual C++
public:
property double Cost {
	double get ();
}

See Also