Click or drag to resize

DoubleIterativelyReweightedLeastSqAddIntercept Property

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.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public bool AddIntercept { get; }

Property Value

Boolean
See Also