Find more posts tagged with
Sort by:
1 - 5 of
51
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.
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
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
Thanks!
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
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
Small update here:
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
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
Why can't you use the standard RapidMiner SVMs?