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
"How does correlation matrix operator calculate correlation of nominal values?"
Hi,
I need to know that how does correlation matrix operator calculate correlation between a continues variable and a discrete variable? does it use Pearson correlation coefficient?
Thanks
I need to know that how does correlation matrix operator calculate correlation between a continues variable and a discrete variable? does it use Pearson correlation coefficient?
Thanks
Tagged:
0
Answers
in RapidMiner, discrete variables are mapped internally to an integer value. When calculating the correlation matrix, that integer mapping is used to calculate the pearson correlation coefficient.
But since the mapping is somewhat non-deterministic and not the same for different datasets with the same discrete values, it is not valid to rely on the coefficients calculated for nominal values by the operator. You should rather convert the nominal values to numerical values with one of the various operators made for that, e.g. Nominal to Numerical.
Best regards,
Marius