Click or drag to resize

SVMSvmKernelTypeLinear Field

http://www.emgu.com
No mapping is done, linear discrimination (or regression) is done in the original feature space. It is the fastest option. d(x,y) = x y == (x,y)

Namespace:  Emgu.CV.ML
Assembly:  Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntax
public const SVMSvmKernelType Linear = 0

Field Value

Type: SVMSvmKernelType
See Also