If true, the error of the approximation will be computed at each iteration step. If false, only the final error will be computed.

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

Syntax

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

See Also