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
Variables in rapidminer processes [SOLVED]
Hi
We are starting to use rapidminer - it is an awesome framework. However, we came across a small issue:
We want to save temporary results without harddisk or database ressources in order to save calculation time.
We have large data volumes (minimum 30T data sets) and many subprocesses. We want to calculate average values (subtraction of two inputs) for each subprocess and a single overall average for the entire data set.
Is it possible to temporarily store the results in a loop-specific global variable (e.g. a list)?
Best wishes
Uwe
We are starting to use rapidminer - it is an awesome framework. However, we came across a small issue:
We want to save temporary results without harddisk or database ressources in order to save calculation time.
We have large data volumes (minimum 30T data sets) and many subprocesses. We want to calculate average values (subtraction of two inputs) for each subprocess and a single overall average for the entire data set.
Is it possible to temporarily store the results in a loop-specific global variable (e.g. a list)?
Best wishes
Uwe
0
Answers
you can store sthi variables in one example set and use "Remember" and "Recall" operators to store it in RAM.
Best
Vaclav
could you please post the XML of your process (at least a part of it) so that I can get a better understanding of which values you want to compute. Did I get you right, that you want to store the intermediate results within a separate file and add new results to that file after computing them?
Best,
Edin
i will check if it is practicable in our case.
it works .. thanx a lot