Find more posts tagged with
Sort by:
1 - 8 of
81
Hello
I am a research scholar currently working on Sentiment analysis of twitter using SVM. I am done with preprocessing and created a bag of words with corresponding term frequencies with rapidminer. Now i wish to implement my own algorithm (SVM Model) in java to train and test on this data. How can i do this using eclipse? Also I have downloaded the source code of SVM PSO node of rapiminer but it extends other classes in its methods. Can anyone please help in deciding source code of which nodes are needed?
I am a research scholar currently working on Sentiment analysis of twitter using SVM. I am done with preprocessing and created a bag of words with corresponding term frequencies with rapidminer. Now i wish to implement my own algorithm (SVM Model) in java to train and test on this data. How can i do this using eclipse? Also I have downloaded the source code of SVM PSO node of rapiminer but it extends other classes in its methods. Can anyone please help in deciding source code of which nodes are needed?
Hi @Qabil ,
the rapidminer platform is written in java, thus most included algorithms are in java.
Best,
Martin
Sort by:
1 - 1 of
11
Hi,
see: https://github.com/rapidminer/rapidminer-studio/blob/master/src/main/java/com/rapidminer/operator/learner/functions/kernel/evosvm/PSOSVM.java
feel free to commit the improvements
~Martin
see: https://github.com/rapidminer/rapidminer-studio/blob/master/src/main/java/com/rapidminer/operator/learner/functions/kernel/evosvm/PSOSVM.java
feel free to commit the improvements

~Martin
see: https://github.com/rapidminer/rapidminer-studio/blob/master/src/main/java/com/rapidminer/operator/learner/functions/kernel/evosvm/PSOSVM.java
feel free to commit the improvements
~Martin