Required Syntax Elements for TD_KMeans - 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ā„¢
ON clause
Accepts the InputTable clause.
The input table can have no partition at all, or have the following combinations of PARTITION BY ANY/ORDER BY clauses:
  • PARTITION BY ANY ORDER BY
  • PARTITION BY ANY

If you specify PARTITION BY column for InputTable, an error is reported.

NumClusters argument and InitialCentroidsTable cannot be provided together, otherwise, an error is reported.

IdColumn
Specifies the input table column name that has the unique identifier for each input table row.
TargetColumns
Specifies the input table columns for clustering.