Hello, I'm playing a bit with RapidMiner and I'm doing some experiments.
I would like to know if is possible to discover hidden rules among related data.
Here an example:
P1P2A1A2RESULT
234515
678959
10111213135
14151617243
18192021?
Here the hidden rule is: RESULT= (P1 * P2) + A1 + A2
How can I achieve this with RapidMiner? Can I discover the rule if it exists?
And if a precise rule doesn't exist, how can I predict (the near) in the last row RESULT value based on the previous examples?
Thanks
Luciano