Set Variable for operators?

WiseJack
New Altair Community Member
Hello, I'm currently working with Process Windows.
I made some complicated process, so I put whole process in subprocess.
I want easy access to "window size" and "step size"
I would be great if I can set variables for it and just put it in there, So i can control it outsider the subprocess.
such as setting two variables like X = 10, Y = 1.
and put X in window size, and put Y in step size.
Is there anyway to do such?
Thank you!
I made some complicated process, so I put whole process in subprocess.
I want easy access to "window size" and "step size"
I would be great if I can set variables for it and just put it in there, So i can control it outsider the subprocess.
such as setting two variables like X = 10, Y = 1.
and put X in window size, and put Y in step size.
Is there anyway to do such?
Thank you!
Tagged:
0
Answers
-
Hi @WiseJack,
Macros is a great tool for that.
please check these videos from Rapidminer Academy
https://academy.rapidminer.com/learn/video/macros-introduction
https://academy.rapidminer.com/learn/video/macros-demo
Best,
Cesar1