SVMSvmKernelTypeRbf Field |
http://www.emgu.com
Radial-basis-function kernel; a good choice in most cases: d(x,y) = exp(-gamma*|x-y|^2)
Namespace:
Emgu.CV.ML
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic const SVMSvmKernelType Rbf = 2
Public Const Rbf As SVMSvmKernelType = 2
public:
literal SVMSvmKernelType^ Rbf = 2
static val mutable Rbf: SVMSvmKernelType
Field Value
Type:
SVMSvmKernelType
See Also