How to calculate Correlation value on Auto Model?

angelotheus
New Altair Community Member
When I use Auto Model, there are Correlation value, ID-ness value, ect. I would like to know the formula how to get the correlation value.
Tagged:
0
Best Answer
-
Ok, Thanks for the input0
Answers
-
hi @angelotheus I believe it is standard Pearson correlation coefficient ("r") that is used. Nothing fancy.
Scott
0 -
How can I use rapidminer operator to produce the value?0
-
just use the "correlation matrix" operator0
-
Yes, if use correlation matrix operator will give us the number. However, I would like to know how to calculate the number?0
-
Hi @angelotheus
There are pretty many online resources explaining that topic, like:
https://study.com/academy/lesson/pearson-correlation-coefficient-formula-example-significance.html
https://www.thoughtco.com/how-to-calculate-the-correlation-coefficient-3126228
1 -
And to add here,the executed code is available here: https://github.com/rapidminer/rapidminer-studio/blob/master/src/main/java/com/rapidminer/tools/math/MathFunctions.java line 194 following.BR,Martin
1 -
Ok, Thanks for the input0