A program to recognize and reward our most engaged community members
kuehn wrote:HiWe 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 wishesUwe