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
Alteration in EM algorithm
Hi everyone,
Actually my goal is to change the equation in EM algorithm to produce the new enhanced algorithm. For instance, To add or subtract some mathematical equations into the existing EM algorithm. Could anybody tell me that is it possible in Rapidminer?? Or i should go for progamming language instead.
Kind regards,
Abidi.
Tagged:
0
Best Answer
-
Telcontar120 RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,635 Unicorn
It's not an option to change the algorithm in the GUI, but if you know java you can copy the operator from Github and build your own version of it instead. Check out the developers forum for tips on compiling your own operators for use in RapidMiner.
1
Answers
Thank you very much for your answer and suggestion.
How do i do
I am a beginner
please guide me?