Click or drag to resize

SVMKernelType Property

Type of a %SVM kernel. See SVM::KernelTypes. Default value is SVM::RBF.

Namespace:  OpenCvSharp.ML
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public SVMKernelTypes KernelType { get; set; }

Property Value

Type: SVMKernelTypes
See Also