Click or drag to resize

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
Syntax
public const SVMSvmKernelType Rbf = 2

Field Value

Type: SVMSvmKernelType
See Also