Generate Data y=f(x)

Hi All,
I'm a beginner and I just simply wants to gerenate a small table with two atrributes, x and y.
x = 1,2,3,4,5
y = x^2 = 1,2, 4,9,16,25
I tried to do that with the generate Data processors, but I couldn't manage it.
Can someone help me? Thank you in advance.
Regards
jens
Find more posts tagged with
Hi Jens,
it's a macro of the process defined in the context. Macros are process variables. Have a look at this article for more details: http://community.rapidminer.com/t5/RapidMiner-Studio-Knowledge-Base/How-to-Use-Macros/ta-p/32966
Best,
Martin
Hi Jens,
it's a macro of the process defined in the context. Macros are process variables. Have a look at this article for more details: http://community.rapidminer.com/t5/RapidMiner-Studio-Knowledge-Base/How-to-Use-Macros/ta-p/32966
Best,
Martin
Hallo Jens,
Just check the attached process. This is how i created a sqrt function for my latest gbt kb article.
~Martin