I have seen that SVM light is really fast on the same data set (in another proprietary software) as compared to the SVM possibilities in rapidminer. Hence my interest in getting SVM light in rapidminer
Regards VR
0
MartinLiebigAdministrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University ProfessorPosts: 3,453 RM Data Scientist
I only saw a C implementation of it. Is there a Java implementation?
If so you might be able to add it to rapidminer. If you are familiar with java Rapidminer is easy to extend.
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