Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
Answers
What is remarkable about your question is that there is an example of C optimisation for SVM in the samples! Can you not find it? For values of C check out http://www.csie.ntu.edu.tw/~cjlin/papers/guide/guide.pdf.
the EvoSVM has many advantages, but it has a great disadvantage about the other SVM implementations: It's a little bit slower. If you need greatest performance, you should change to the LibSVM or JMySVM if you don't need the specialties of the evolutionary approach.
Greetings,
Sebastian