Click or drag to resize
Accord.NET (logo)

SupportVectorMachine Constructor

Initializes a new instance of the SupportVectorMachine class.

Namespace:  Accord.MachineLearning.VectorMachines
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public SupportVectorMachine(
	int inputs
)
Request Example View Source

Parameters

inputs
Type: SystemInt32
The number of inputs for this machine.
See Also