Regularized Regression Model.No Intercept Property
Gets or sets whether to include the intercept or constant term in the
regression model.
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
true if the regression model contains a constant term; Otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public bool NoIntercept { get; set; }
Property Value
Booleantrue if the regression model contains a constant term; Otherwise false.