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
To delete the stored example sets automatically
Hi,
I have a loop running say 20 times. In each loop, I am storing some example sets. At the end of the loop, I need to delete all the examplesets which were stored without actually mentioning the name of each. How do I do this?
Thanks in advance,
Shubha
I have a loop running say 20 times. In each loop, I am storing some example sets. At the end of the loop, I need to delete all the examplesets which were stored without actually mentioning the name of each. How do I do this?
Thanks in advance,
Shubha
0
Answers
Or is it that the examplesets of RapidMiner with .dat extension will be stored in a physical path? I mean, in which physical path does the "IOStorer" stores the exampleset? Is it in the rm_workspace?
Thanks,
Shubha
are you already using RapidMiner 5? I would strongly recommend updating.
The now deprecated operator IOStorer has been replaced by the "Remember" operator. This is very much like the remember key on any calculator: The object is simply remembered in memory. So the ExampleSets will be kept available in main memory as long as the process runs. After the process finished, they are discarded anyway. You don't have to take care of this unless they waste to much memory and process execution fails with out of memory error?
Greetings,
 Sebastian