Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

"Is there any way to break a loop?"

wesselwessel Member Posts: 537 Maven
edited June 2019 in Help
Hey,

Is there any way to break a loop?

Loop

Synopsis
Performs its inner operators k times.

As far as I can tell, there is no way to stop the loop early, so not executing the full k times?

Best regards,

Wessel

Answers

  • MariusHelfMariusHelf RapidMiner Certified Expert, Member Posts: 1,869 Unicorn
    Hi,

    no that's not possible. The next version will feature a Stop operator, which will however stop the complete process.
    What you could do is to use a Branch operator which checks a macro, which you can set in the inner process of Branch to a "stop" value. If the condition of Branch does not longer match, it will execute it's right inner process, which will be pretty fast if you leave it empty.

    Best, Marius
  • wesselwessel Member Posts: 537 Maven
    Ah, the branching to "empty process" seems a nice solution, thanks!
Sign In or Register to comment.