|
MultipleLinearRegressionHasIntercept Property
|
Note: This API is now obsolete.
Gets whether this model has an additional intercept term.
Namespace:
Accord.Statistics.Models.Regression.Linear
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax [ObsoleteAttribute("Please check the Intercept value instead.")]
public bool HasIntercept { get; }
<ObsoleteAttribute("Please check the Intercept value instead.")>
Public ReadOnly Property HasIntercept As Boolean
Get
Request Example
View SourceProperty Value
Type:
BooleanSee Also