Click or drag to resize
Accord.NET (logo)

KernelSupportVectorMachine Constructor (IKernelDouble, Int32)

Obsolete.

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

Parameters

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