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
"how to call a rapidminer process in `execute R`?"
Hi, I want to mudulize my code.
I figure it's nice to use R code as a wrapper, and call different RM processes.
Since R is more flexible and better with logics, it's easier to parse inputs and organize outputs with R.
Is it possible to call RM process in `execute R`?
Thanks-
Tagged:
0
Answers
Dear Juju,
this is not easily possible. What you can do is call rapidminer using the command line interface. with
rapidminer -f my_process.xml
you can excecute processes via cmd.
~Martin
Dortmund, Germany
thank you Martin!
I read this post: http://community.rapidminer.com/t5/RapidMiner-Studio/Newbie-Starting-RapidMiner-from-Command-Line/td-p/200
How do I pass input and output when calling the process from command line?
Let me know please - let me know if there's another doc about thist topic.