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

"Loop results"

chris92chris92 Member Posts: 6 Contributor II
edited June 2019 in Help

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

  • 781194025781194025 Member Posts: 32 Contributor I

    Pretty fn annoying how loop results work eh?

     

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

  • Thomas_OttThomas_Ott RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,761 Unicorn

    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_OttThomas_Ott RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,761 Unicorn

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

Sign In or Register to comment.