Click or drag to resize
Accord.NET (logo)

KernelSupportVectorMachine Constructor (IKernel, Int32)

Obsolete.

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

Parameters

kernel
Type: Accord.Statistics.KernelsIKernel
inputs
Type: SystemInt32
See Also