Click or drag to resize
Accord.NET (logo)

MultilabelSupportVectorMachine Constructor (Int32, Int32)

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(
	int inputs,
	int classes
)
Request Example View Source

Parameters

inputs
Type: SystemInt32
The number of inputs by the machine.
classes
Type: SystemInt32
The number of classes to be handled by the machine.
See Also