Click or drag to resize

SVMKernelSigmoid Constructor

Sigmoid kernel function

Namespace:  FinMath.MachineLearning.SVM
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public KernelSigmoid(
	double gamma = 0,
	double coef0 = 0
)

Parameters

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