DESCRIPTION
It is a Polynomial kernel which is compound by the following equation: (gamma*u'*v + coef)^degree.
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.
Degree: Corresponds to degree parameter in the equation. Only integer values greater or equal to 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/