Synopsis
Stores an objects in the process' object store.
Description
This operator can be used to store the input object into the process under the specified name. It can later be restored by subsequent operators by using the Recall operator by referencing this name. There is no scoping mechanism in RapidMiner processes. Objects can be retrieved from operators in all nesting levels. The combination of those two operators can be used to build complex processes where an input object is used in completely different parts or loops of processes.
Input
- store: expect: class com.rapidminer.operator.visualization.dependencies.ANOVAMatrix
Output
- stored:
Parameters
- name: The name under which the specified object is stored and can later be retrieved.
- io object: The class of the object which should be stored.
- store which: Defines which input object should be stored.
- remove from process: Indicates if the stored object should be removed from the process so that following operators can only access this object after retrieving it.