DESCRIPTION
It is a Sigmoid kernel which is compound by the following equation: tanh(gamma*u'v + coef).
PARAMETERS
Kernel Name: Element identifier for operations and Clipboard.
Gamma: Corresponds to gamma parameter in the equation. Only float values greater or equal to 0.0 are allowed.
Coeficient (coef): Corresponds to coef parameter in the equation. Only float values greater or equal to 0.0 are allowed.
REFERENCES
[1]Yasser EL-Manzalawy (2005). WLSVM. URL http://www.cs.iastate.edu/~yasser/wlsvm/.
[2]Chih-Chung Chang, Chih-Jen Lin (2001). LIBSVM - A Library for Support Vector Machines. URL http://www.csie.ntu.edu.tw/~cjlin/libsvm/