SVMSvmKernelTypePoly Field |
http://www.emgu.com
polynomial kernel: d(x,y) = (gamma*(xy)+coef0)^degree
Namespace:
Emgu.CV.ML
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic const SVMSvmKernelType Poly = 1
Public Const Poly As SVMSvmKernelType = 1
public:
literal SVMSvmKernelType^ Poly = 1
static val mutable Poly: SVMSvmKernelType
Field Value
Type:
SVMSvmKernelType
See Also