|
GaussNewton Constructor (Int32)
|
Namespace:
Accord.Math.Optimization
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public GaussNewton(
int parameters
)
Public Sub New (
parameters As Integer
)
Request Example
View SourceParameters
- parameters
- Type: SystemInt32
The number of variables (free parameters)
in the objective function.
See Also