jeffheaton / encog-java-core

http://www.heatonresearch.com/encog
Other
743 stars 268 forks source link

Workbench: Cannot specify kernel method for SVM #48

Open PetrToman opened 12 years ago

PetrToman commented 12 years ago

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).