SVMKernelPolynomial Constructor
|
Polynomial SVM kernel
Namespace:
FinMath.MachineLearning.SVM
Assembly:
FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax public KernelPolynomial(
int degree = 3,
double gamma = 0,
double coef0 = 0
)
Parameters
- degree (Optional)
- Type: SystemInt32
The degree in kernel function (default 3) - gamma (Optional)
- Type: SystemDouble
The gamma in kernel function (default 1/num_features) - coef0 (Optional)
- Type: SystemDouble
The coef0 in kernel function (default 0)
See Also