Click or drag to resize
Accord.NET (logo)

FanChenLinQuadraticOptimizationNumberOfVariables Property

Gets the number of variables (free parameters) in the optimization problem. In a SVM learning problem, this is the number of samples in the learning dataset.

Namespace:  Accord.Math.Optimization
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public int NumberOfVariables { get; set; }
Request Example View Source

Property Value

Type: Int32
The number of parameters for the optimization problem.

Implements

IOptimizationMethodTInput, TOutputNumberOfVariables
See Also