Click or drag to resize
Accord.NET (logo)

MulticlassSupportVectorMachineTModel, TKernel, TInput Constructor

Namespace:  Accord.MachineLearning.VectorMachines
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public MulticlassSupportVectorMachine(
	int classes,
	Func<TModel> initializer
)
Request Example View Source

Parameters

classes
Type: SystemInt32
The number of classes in the multi-class classification problem.
initializer
Type: SystemFuncTModel
A function to create the inner binary support vector machines.
See Also