Click or drag to resize

SVM.KernelPolynomial Class

Polynomial SVM kernel
Inheritance Hierarchy
System.Object
  FinMath.MachineLearning.SVM.SVM.KernelBase
    FinMath.MachineLearning.SVM.SVM.KernelPolynomial

Namespace:  FinMath.MachineLearning.SVM
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public class KernelPolynomial : SVM.KernelBase

The SVM.KernelPolynomial type exposes the following members.

Constructors
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 SVM.KernelBase.)
Top
Methods
  NameDescription
Public methodClone
Clone object
(Inherited from SVM.KernelBase.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also