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
Syntaxpublic const SVMSvmKernelType Linear = 0
Public Const Linear As SVMSvmKernelType = 0
public:
literal SVMSvmKernelType^ Linear = 0
static val mutable Linear: SVMSvmKernelType
Field Value
Type:
SVMSvmKernelType
See Also