|
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; }
Public Property UpperBounds As Double()
Get
Set
Request Example
View SourceProperty Value
Type:
DoubleSee Also