Type of a %SVM kernel. See SVM::KernelTypes. Default value is SVM::RBF.
Namespace:
OpenCvSharp.ML
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic SVMKernelTypes KernelType { get; set; }
Public Property KernelType As SVMKernelTypes
Get
Set
public:
property SVMKernelTypes KernelType {
SVMKernelTypes get ();
void set (SVMKernelTypes value);
}
member KernelType : SVMKernelTypes with get, set
function get_KernelType();
function set_KernelType(value);
Property Value
Type:
SVMKernelTypes
See Also