Output Table Schema
| Column | Data Type | Description |
|---|---|---|
| Id_Column | ANY | Unique identifier of input rows from the input table. |
| TD_CLUSTERID_KMEANS | BIGINT | Unique identifier of the cluster. |
| TD_DISTANCE_KMEANS | REAL | Distance between a data point and the center of the assigned cluster. The query shows the column when you set the OutputDistance element to true.
|
| Accumulate_Columns | ANY | Input table column names from the output table. |