The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Answers
what exactly do you mean by "between all of them"?
Best regards,
Marius
Suppose I have attributes, A, B, C…Z
I need the linear regression coefficients for A->B, A->C… A->Z, B->A, B->C… … Z->A to be computed. ie: each attribute must become the label and then have the linear regression coefficients be computed for each of the other attributes.
These are to be computed as simple linear regression and not multiple linear regression.
Given the amount of attributes, I just can't do this by hand.
Thanks for your reply!
Please have a look at the attached process, it does the job for you
Best regards,
Marius
That is just perfect because I can pull that in excel and have a ton of regressions figured out in an instant, which is exactly what I need.
I have m, how could I extract B in the same table then? (b from: Y = mX + b)
You have to dive into RapidMiners APIs with the "Execute Script" operator like in the case of
the parameters of a decision tree:
http://rapid-i.com/rapidforum/index.php/topic,7834.0.html