Calculates for each pair of selected columns a correlation coefficient, i.e. a measure of the correlation of the two variables.
Which correlation measure is applied depends on the types of the
underlying variables:
numeric <-> numeric
:
Pearson's product-moment coefficient. Missing values in such
columns are ignored (the corresponding records are skipped). The
value of this measure ranges from -1 (strong negative correlation)
to 1 (strong positive correlation). A value of 0 represents no
correlation.
nominal <-> nominal
:
Pearson's chi square test on the contingency table. This value
is then normalized to a range [0,1] using
Cramer's V, whereby 0 represents no correlation and 1 a strong
correlation. Missing values in nominal columns are treated such as
they were a self-contained possible value. If one of the two columns
contains more possible values than specified in the dialog
(default 50), the correlation will not be computed.
Correlation measures for other pairs of columns are not
available, they are represented by missing values in the output
table and crosses in the accompanying view.
You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.
To use this node in KNIME, install the extension KNIME Base nodes from the below update site following our NodePit Product and Node Installation Guide:
A zipped version of the software site can be downloaded here.
Deploy, schedule, execute, and monitor your KNIME workflows locally, in the cloud or on-premises – with our brand new NodePit Runner.
Try NodePit Runner!Do you have feedback, questions, comments about NodePit, want to support this platform, or want your own nodes or workflows listed here as well? Do you think, the search results could be improved or something is missing? Then please get in touch! Alternatively, you can send us an email to mail@nodepit.com.
Please note that this is only about NodePit. We do not provide general support for KNIME — please use the KNIME forums instead.