Community & Support
Learn
Marketplace
Discussions
Categories
Discussions
General
Platform
Academic
Partner
Regional
Explore Siemens Communities
User Groups
Documentation
Events
Altair Exchange
Share or Download Projects
Resources
News & Instructions
Programs
YouTube
Employee Resources
This tab can be seen by employees only. Please do not share these resources externally.
Groups
Join a User Group
Support
Home
Discussions
Community Q&A
best practice using rapidMiner from a program
brolinu
Hi there,
I have read that creating a complete rapidMiner process in Java-Code is depricated and that instead a complete process file should be read in, passed to the com.rapidminer.Process ctor, and started with the Process#run method.
What do you suggest if one needs this to be a bit more dynamic, i.e. if one wants some parameters to be different for each run? Does my program have to create a new process description file each time? Is there another solution?
Thanks!
Find more posts tagged with
AI Studio
Developer
Accepted answers
All comments
Marco_Boeck
Hi,
in both cases, you will have a Process object which you can edit at will, but the creation of the Process object via the RapidMiner GUI is much less error-prone.
To edit for example paramters, you can do the following:
process.getOperator("name").getParameter("");
Also check the other methods available for Operator objects.
Regards,
Marco
brolinu
Thanks, Marco!
Quick Links
All Categories
Recent Discussions
Activity
Unanswered
日本語 (Japanese)
한국어(Korean)
Groups