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

deliver through output port multiple times

abhi97660abhi97660 Member Posts: 11 Contributor II
edited December 2018 in Help

Hi,

Is there a way to deliver output multiple times...?

I am developing custom extension in which I tried putting outPort.deliver() in loop but it waits for whole process to complete.

I am trying to download and process some files and I dont want to wait for whole files to be downloaded I want to send the downloaded file as output for further processing whereas other files can still continue to download.

Is there a way in which we can do this for custom extension in rapidminer..?

Tagged:

Best Answer

  • MartinLiebigMartinLiebig Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,533 RM Data Scientist
    Solution Accepted

    Hi,

    i guess you want to have a Subprocess where each downloaded file can get processed inside? OperatorChain is the class to look at for that.

     

    BR,

    Martin

    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
Sign In or Register to comment.