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.

LOOP Operator: Stop from the inside of the loop process

AndreasKAndreasK Member Posts: 1 Learner III
edited November 2019 in Help
Hello,

I am using the loop Operator after using the cross distance operator with all k. becaus of that I recieve a result with an example set with several pairs of requests and documents. The Loop-operator is used to find the best reqeuest-ducument combination with the best distance value, writing it to CSV and then and then deleting alle requests and documents from all other combinations. This loop has to be done until there ist no request-document-pair left. the number of loops reduces by deleting the number of requests and documents via set-minus operator and the number of deleted pair can be various. How can I limit the number of loops from the inner of the loop. To my understanding the loop examples / attributes calculates the number of examples / attributes before executing the loop. Loop until uses certain conditions but not mine. Is there a possibility to contral the number of loops from the inner of the loop to the loop itself?

Thank you for your help!

Andreas

Answers

  • frasfras Member Posts: 93 Contributor II
    Perhaps you may insert an example process ? The code-environment is useful for that:
      xml of process  
  • MariusHelfMariusHelf RapidMiner Certified Expert, Member Posts: 1,869 Unicorn
    You can probably create a data set with Generate Data by User Specification or another operator together with a Branch operator, that makes up a dataset the fits Loop Until's needs.

    Best regards,
    Marius
Sign In or Register to comment.