Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

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