A DoubleVector containing the error at each iteration step if ComputeCostAtEachStep is true. Otherwise it is a vector of length one containing only the final error.

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

Syntax

C#
public DoubleVector StepCost { get; }
Visual Basic (Declaration)
Public ReadOnly Property StepCost As DoubleVector
Visual C++
public:
property DoubleVector^ StepCost {
	DoubleVector^ get ();
}

See Also