|
MultilabelSupportVectorMachineTModel, TKernel, TInput Constructor
|
Namespace:
Accord.MachineLearning.VectorMachines
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public MultilabelSupportVectorMachine(
int classes,
Func<TModel> initializer
)
Public Sub New (
classes As Integer,
initializer As Func(Of TModel)
)
Request Example
View SourceParameters
- classes
- Type: SystemInt32
The number of classes in the multi-label classification problem. - initializer
- Type: SystemFuncTModel
A function to create the inner binary classifiers.
See Also