|
OrdinaryLeastSquaresUseIntercept Property
|
Gets or sets whether to include an intercept
term in the learned models. Default is true.
Namespace:
Accord.Statistics.Models.Regression.Linear
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public bool UseIntercept { get; set; }
Public Property UseIntercept As Boolean
Get
Set
Request Example
View SourceProperty Value
Type:
BooleanSee Also