The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Answers
Why can't you use the standard RapidMiner SVMs?
Dortmund, Germany
Regards
VR
If so you might be able to add it to rapidminer. If you are familiar with java Rapidminer is easy to extend.
You can find a guide here: http://rapidminer.com/wp-content/uploads/2013/10/How-to-Extend-RapidMiner-5.pdf
Of course feel free to ask questions
Dortmund, Germany
There is a Java wrapper for SVM light in C (example: http://nlp.stanford.edu/nlp/javadoc/jsvm/jsvm.Svm.html)
Would this make it easier?
Regards
actually the standard SVM of rapidminer seems to use SVM-Light. The SVM is calling mySVM by Stefan Rüping. This is using the SVM light implimentation. See: http://www-ai.cs.uni-dortmund.de/SOFTWARE/MYSVM/index.html
Dortmund, Germany