Click or drag to resize
Accord.NET (logo)

MultilabelSupportVectorMachine Constructor (KernelSupportVectorMachine)

Initializes a new instance of the MultilabelSupportVectorMachine class.

Namespace:  Accord.MachineLearning.VectorMachines
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public MultilabelSupportVectorMachine(
	KernelSupportVectorMachine[] machines
)
Request Example View Source

Parameters

machines
Type: Accord.MachineLearning.VectorMachinesKernelSupportVectorMachine
The existing machines for detecting each of the classes against all other classes.
See Also