|
NonlinearLeastSquaresNumberOfParameters Property
|
Gets the number of variables (free parameters) in the non-linear model specified in
Function.
Namespace:
Accord.Statistics.Models.Regression.Fitting
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public int NumberOfParameters { get; set; }
Public Property NumberOfParameters As Integer
Get
Set
Request Example
View SourceProperty Value
Type:
Int32
The number of parameters of
Function.
See Also