| 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; }
Public Property KernelType As SVMKernelTypes
Get
Set
public:
property SVMKernelTypes KernelType {
SVMKernelTypes get ();
void set (SVMKernelTypes value);
}
member KernelType : SVMKernelTypes with get, set
Property Value
Type:
SVMKernelTypesSee Also