|
LinearRegressionCoefficientIsIntercept Property
|
Gets a value indicating whether this coefficient is an intercept term.
Namespace:
Accord.Statistics.Analysis
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public bool IsIntercept { get; }
Public ReadOnly Property IsIntercept As Boolean
Get
Request Example
View SourceProperty Value
Type:
Booleantrue if this coefficient is the intercept; otherwise,
false.
See Also