KMeans Input - 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ā„¢
Table Description
InputTable Contains features by which to cluster the data.
CentroidsTable [Optional] Contains initial seed means for clusters. Has same schema as KMeans Output OutputTable, which depends on UnpackColumns argument.

InputTable Schema

Column Data Type Description
id INTEGER Identifier of user or item.
dimension_i DOUBLE PRECISION [Column appears once for each dimension.] Data in dimension i. Each dimension is a feature by which to cluster data. The number of dimensions is implicitly derived from the data.

For example, if the application clusters points on the surface of the earth by latitude and longitude, the input table has three columns: point identifier, latitude, and longitude. The function clusters the data in the latitude and longitude columns; that is, the data has two dimensions.