Click or drag to resize

SVMSvmKernelTypeSigmoid Field

http://www.emgu.com
sigmoid function is used as a kernel: d(x,y) = tanh(gamma*(xy)+coef0)

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

Field Value

Type: SVMSvmKernelType
See Also