Click or drag to resize
Accord.NET (logo)

BaseSequentialMinimalOptimizationTModel, TKernel, TInputBoundedExamples Property

Gets the indices of the examples at the boundary (examples which have the corresponding Lagrange multipliers equal to C).

Namespace:  Accord.MachineLearning.VectorMachines.Learning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public HashSet<int> BoundedExamples { get; }
Request Example View Source

Property Value

Type: HashSetInt32
See Also