|
BaseSequentialMinimalOptimizationTModel, TKernel, TInputActiveExamples Property
|
Gets the indices of the active examples (examples which have
the corresponding Lagrange multiplier different than zero).
Namespace:
Accord.MachineLearning.VectorMachines.Learning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public HashSet<int> ActiveExamples { get; }
Public ReadOnly Property ActiveExamples As HashSet(Of Integer)
Get
Request Example
View SourceProperty Value
Type:
HashSetInt32See Also