Input Table Schema
| Column | Data Type | Description |
|---|---|---|
| id_column | ANY | The unique identifier column of the input table. |
| clusterid_column | BYTEINT, SMALLINT, INTEGER, BIGINT | The column that contains the assigned cluster identifiers for the input data points. |
| TargetColumns | BYTEINT, SMALLINT,INTEGER, BIGINT, DECIMAL/NUMERIC, FLOAT, REAL, DOUBLE PRECISION | The columns used for clustering. |