|
BaseSequentialMinimalOptimizationTModel, TKernel, TInputNonBoundExamples Property
|
Gets the indices of the non-bounded examples (examples which
have the corresponding Lagrange multipliers between 0 and C).
Namespace:
Accord.MachineLearning.VectorMachines.Learning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public HashSet<int> NonBoundExamples { get; }
Public ReadOnly Property NonBoundExamples As HashSet(Of Integer)
Get
Request Example
View SourceProperty Value
Type:
HashSetInt32See Also