DESCRIPTION
Class for a Cost-SVM classifier. This SVM type uses a Cost parameter in order to manage the hyperplane margin, it is well known as soft margin.
The supported algorithm in BioClass are based on LibSVM library[1][2]
PARAMETERS
Classifier Name: Element identifier for operations and Clipboard.
Cost: Cost parameter value. It permits to control the hyperplane margin. Only float values greater than 0.0 are allowed.
Tolerance of Termination: Tolerance value for the termination criterion algorithm.
Kernel Type: Kernel type to use, is possible to select between: Linear, Poplynomial, Radial or Sigmoid.
Normalize: Whether to normalize the data.
Probability Estimates: Whether to generate probability estimates instead of [-1/+1] prediction values. It reduces the classification errors in some cases.
Shrinking: if this parameter is enable, SVM uses the shrinking heuristic in order to improve the search algorithm.
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/