|
BaseLeastSquaresMethodNumberOfVariables Property
|
Note: This API is now obsolete.
Gets the number of variables (free parameters) in the optimization problem.
Namespace:
Accord.Math.Optimization
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax [ObsoleteAttribute("Please use NumberOfParameters instead.")]
public int NumberOfVariables { get; set; }
<ObsoleteAttribute("Please use NumberOfParameters instead.")>
Public Property NumberOfVariables As Integer
Get
Set
Request Example
View SourceProperty Value
Type:
Int32
The number of parameters.
See Also