Click or drag to resize
Accord.NET (logo)

MultilabelSupportVectorMachineTKernel Constructor (Int32, TKernel, Int32)

Namespace:  Accord.MachineLearning.VectorMachines
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public MultilabelSupportVectorMachine(
	int inputs,
	TKernel kernel,
	int classes
)
Request Example View Source

Parameters

inputs
Type: SystemInt32
The number of inputs by the machine.
kernel
Type: TKernel
The kernel function to be used in the machine.
classes
Type: SystemInt32
The number of classes to be handled by the machine.
See Also