Click or drag to resize
Accord.NET (logo)

FanChenLinQuadraticOptimizationUpperBounds Property

Gets the upper bounds for the optimization problem. In a SVM learning problem, this would be the capacity limit for each Lagrange multiplier (alpha) in the machine. The default is to use a vector filled with 1's.

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

Property Value

Type: Double
See Also