|
MultipleLinearRegressionNumberOfParameters Property
|
Gets the number of parameters in this model (equals the NumberOfInputs + 1).
Namespace:
Accord.Statistics.Models.Regression.Linear
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public int NumberOfParameters { get; }
Public ReadOnly Property NumberOfParameters As Integer
Get
Request Example
View SourceProperty Value
Type:
Int32See Also