Correlation Arguments - Teradata Vantage

Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
8.00
1.0
Published
May 2019
Language
English (United States)
Last Update
2019-11-22
dita:mapPath
blj1506016597986.ditamap
dita:ditavalPath
blj1506016597986.ditaval
dita:id
B700-4003
lifecycle
previous
Product Category
Teradata Vantageā„¢
TargetColumns
Specify pairs of columns for which to calculate correlations. For each column pair, 'col_name1:col_name2', the function calculates the correlation between col_name1 and col_name2. For each column range, '[col_index1:col_index2]', the function calculates the correlation between every pair of columns in the range. For example, if you specify '[1:3]', the function calculates the correlation between the pairs (1,2), (1,3), (2,3),(1,1),(3,3). The minimum value of col_index1 is 0, and col_index1 must be less than col_index2.
KeyName
Specify the name for the CorrelationMap output table column that contains the correlations, and by which the CorrelationMap output table is partitioned.
GroupByColumns
[Optional] Specify the names of the input columns that define the group for correlation calculation. They must be the same as the columns in the input table PARTITION BY clause.
Default behavior: All input columns belong to a single group, for which the function calculates correlation.