encog-java-core icon indicating copy to clipboard operation
encog-java-core copied to clipboard

Workbench: Cannot specify kernel method for SVM

Open PetrToman opened this issue 13 years ago • 0 comments

Kernel method for SVM cannot be chosen in Workbench. In the parameters dialog, only C and Gamma parameters can be set - both for "Basic SVM Training" and "Search SVM Training". According to http://www.heatonresearch.com/wiki/Support_Vector_Machine, there should be 5 kernels available: rbf, linear, poly, precomputed, sigmoid (rbf is used automatically).

PetrToman avatar Feb 09 '12 19:02 PetrToman