Click or drag to resize

KernelPolynomial Properties

The SVMKernelPolynomial type exposes the following members.

Properties
  NameDescription
Public propertyCoefficient0
The 0th coefficient in kernel function (default 0).
Public propertyDegree
The degree in kernel function (default 3)
Public propertyGamma
The gamma in kernel function (default 1/num_features)
Public propertyKernelType
Kernel type base class value
(Inherited from SVMKernelBase.)
Top
See Also