http://www.emgu.com
Type of a SVM kernel
Namespace: Emgu.CV.MLAssembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic SVMSvmKernelType KernelType { get; }
Public ReadOnly Property KernelType As SVMSvmKernelType
Get
public:
property SVMSvmKernelType KernelType {
SVMSvmKernelType get ();
}
member KernelType : SVMSvmKernelType with get
Property Value
Type:
SVMSvmKernelType
See Also