InputTable Schema
| Column | Data Type | Description |
|---|---|---|
| IdColumn | Any | The InputTable column name that has the unique identifier for each input table row. |
| TargetColumns | BYTEINT, SMALLINT, INTEGER, BIGINT, DECIMAL, NUMERIC, FLOAT, REAL, DOUBLE PRECISION | The InputTable columns for clustering. |
InitialCentroids Table Schema
| Column | Data Type | Description |
|---|---|---|
| Initial_Clusterid_Column | BYTEINT, SMALLINT, INTEGER, BIGINT | The column that contains the unique identifiers of initial centroids. |
| TargetColumns | BYTEINT, SMALLINT, INTEGER, BIGINT, DECIMAL, NUMERIC, FLOAT, REAL, DOUBLE PRECISION | The columns that contain the initial centroid values. |