Gets the add intercept option. If AddIntercept is true then a column of ones was prepended to the input matrix, representing a constant term in the model.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public bool AddIntercept { get; }
Visual Basic (Declaration)
Public ReadOnly Property AddIntercept As Boolean
Visual C++
public:
property bool AddIntercept {
	bool get ();
}

See Also