Returns the error in the factorization in the last call to Factor. The error is computed using the Cost function in the INMFUpdateAlgorithm.

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