TD_PolynomialFeaturesTransform Output - Analytics Database

Database Analytic Functions

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2025-04-01
dita:mapPath
gjn1627595495337.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
jmh1512506877710
Product Category
Teradata Vantageā„¢

Output Table Schema

Column Data Type Description
accumulate_column Same as in InputTable. Column copied from InputTable.
One DOUBLE PRECISION [Column appears only with IncludeBias ('true').] Column for feature in which all polynomial powers are zero (column of ones).
output_column DOUBLE PRECISION [Column appears once for each polynomial combination of degree or less.] Polynomial combination.

For example, for two-dimensional input feature [x, y], output columns are x, y, x_square, y_square, x_y, where x and y are InputTable target columns.