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

Process/Subprocess reusability

cyckuancyckuan Member Posts: 9 Contributor II
edited November 2018 in Help
When running the same sub-process on 2 different datasets or 2 different models, as an example, is there a way to re-use the 1 process?

Multiply operator is great in helping split the process. Join operator not so great because it returns the first non-null input.

At the moment, I am finding that I have to duplicate the subprocess.

Maybe Collect and then Loop Collection?

Answers

  • Marco_BoeckMarco_Boeck Administrator, Moderator, Employee-RapidMiner, Member, University Professor Posts: 1,996 RM Engineering
    Hi,

    if you need to re-use your (sub)process a lot, you may want to have a look at the Execute Process operator. You can basically create your subprocess as a normal process, and execute it via Execute Process everywhere you want.

    Regards,
    Marco
  • cyckuancyckuan Member Posts: 9 Contributor II
    This is very nice. Very nice indeed. Thanks Marco.
Sign In or Register to comment.