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
Getting source code of SVM(PSO)
Hello
I am working on sentiment analysis of twitter data using SVM(PSO). For my research work, i want to get the source code of this node in order to implement some improvement in it. Can you please tell me from where i can get its code?
Thanx
I am working on sentiment analysis of twitter data using SVM(PSO). For my research work, i want to get the source code of this node in order to implement some improvement in it. Can you please tell me from where i can get its code?
Thanx
Tagged:
0
Best Answer
-
MartinLiebig Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,533 RM Data ScientistHi,
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- Sr. Director Data Solutions, Altair RapidMiner -
Dortmund, Germany5
Answers
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?
please do not post your requests multiple times.
Best,
Martin
Dortmund, Germany
Hello
I searched the source code of FPGrowth operator in the link you give it but I bidn't found it.
Can you tell me how can I get it?
Thank you in advance
Dear Lola,
here it is:
https://github.com/rapidminer/rapidminer-studio/tree/master/src/main/java/com/rapidminer/operator/learner/associations/fpgrowth
~Martin
Dortmund, Germany
Dortmund, Germany