Output Table Schema
If the OutputClusterAssignment value is set to False:
| Column | Data Type | Description |
|---|---|---|
| TD_CLUSTERID_KMEANS | BIGINT | The unique identifier of the cluster. |
| TargetColumns | REAL | The columns that contain the centroid value for each feature. |
| TD_SIZE_KMEANS | BIGINT | The number of points in the cluster. |
| TD_WITHINSS_KMEANS | REAL | The within-cluster-sum-of-squares, that is, the sum of squared differences of each point from its cluster centroid. |
| Id_Column | BYTEINT | The unique identifier column name copied from the InputTable. This column contains only NULL values in the output. |
| TD_MODELINFO_KMEANS | VARCHAR(128) CHARACTER SET LATIN | The following information related to the model is saved:
|
If the OutputClusterAssignment value is set to True:
| Column | Data Type | Description |
|---|---|---|
| Id_Column | Any | The unique identifier of input rows copied from the input table. |
| TD_CLUSTERID_KMEANS | BIGINT | The ClusterId assigned to the input row. |