- ON clause
- Accepts the InputTable clause.The input table can have no partition at all, or have the following combinations of PARTITION BY ANY/ORDER BY clauses:
- PARTITION BY ANY ORDER BY
- PARTITION BY ANY
If you specify PARTITION BY column for InputTable, an error is reported.
NumClusters argument and InitialCentroidsTable cannot be provided together, otherwise, an error is reported.
- IdColumn
- Specifies the input table column name that has the unique identifier for each input table row.
- TargetColumns
- Specifies the input table columns for clustering.