"Loop results"

chris92
chris92 New Altair Community Member
edited November 2024 in Community Q&A

Hi. 

 

I have been trialling the loop operator with 100 iterations and as you can imagine filtering through the results manually is time consuming. Is there an operator which I can collate all of the loop output results into a single table or file? 

 

Regards,

Chris

Answers

  • 781194025
    781194025 New Altair Community Member

    Pretty fn annoying how loop results work eh?

     

    What I do is append it to a file inside the loop process

  • Thomas_Ott
    Thomas_Ott New Altair Community Member

    Without know how you're processing your data it could be as simpl as placing an Append operator at the output of your Loop operator. There are other operators like Loop Collection or Collect that might be helpful as well. 

  • Thomas_Ott
    Thomas_Ott New Altair Community Member

    @781194025 using Loops in RapidMiner at first appears difficult but with some time you'll find them 'fning' awesome. ;)