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.
[solved]Running Different Data on same operators and 2 others Q
Hi ...i have 11 different data sets and i want to run them on some operators in one process
but i want to to know how to do that with out duplicating operators for 11 times
i mean is there a way to connect all data sets to operators and they read them respectively and append all data with log and log to data and make a final exel from them?
Second Question: if there is no way for doing what i described ..how can i copy operators in same process with out change in their arrangment...cause when i copy operators they don't have the original arrangment ..
thanks
Third Question : if i got two processes ...is there a way that second process start automatically as the first process finished?
but i want to to know how to do that with out duplicating operators for 11 times
i mean is there a way to connect all data sets to operators and they read them respectively and append all data with log and log to data and make a final exel from them?
Second Question: if there is no way for doing what i described ..how can i copy operators in same process with out change in their arrangment...cause when i copy operators they don't have the original arrangment ..
thanks
Third Question : if i got two processes ...is there a way that second process start automatically as the first process finished?
0
Answers
First Answer: You can Collect your data and then use Loop Collection. Please see the attached process.
Yes, you can use the Execute Process operator for this. Just put it at the end of your first process to call the second process.
You can even pass data and macros from one process to another.
Best, Marius