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

Is it possible to create a Duplicate Operator like a Link?

esimoneesimone Member Posts: 5 Learner II
Hi,
I've got a maybe strange question.
In my processes, sometimes I would like to have something like a "duplicate operator", but not just a copy.
I would like, for example, to create two operators of type Performance: Perfomance_A and Performance_B.
When I edit the params of Performance_A, then also those of Performance_B change (like a clone, but not indipendent), and viceversa. Is it possible?

Best Answer

  • esimoneesimone Member Posts: 5 Learner II
    Solution Accepted
    At the end, I found "Clone Paramters" that is what I was looking for. Thank you.

Answers

  • IngoRMIngoRM Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, Community Manager, RMResearcher, Member, University Professor Posts: 1,751 RM Founder
    Kind of.  You could use so-called macros for this.  Use the operator Set Macro (or the process context) to define those „global“ value and then use them in the parameters of the operator clones with this format: %{macro_name}.
    Check out the videos on the RapidMiner Academy to learn more about macros - they are really powerful tools!
    Cheers,
    Ingo
  • IngoRMIngoRM Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, Community Manager, RMResearcher, Member, University Professor Posts: 1,751 RM Founder
    That works too :D
    Still learning about macros is always a good idea since they can be used to solve A LOT of problems ;-)
Sign In or Register to comment.