The following are the hyperparameters that you tune when using the TD_KMeansPredict function:
- ON clause
- Accepts the InputTable and ModelTable clauses.
- 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
- ModelTable must be a DIMENSION table with an optional ORDER BY clause. If you specify PARTITION BY column for ModelTable instead of DIMENSION, an error is reported
When providing embedding types, target columns must have exactly 1 column. Otherwise, an error is reported.
- The input table can have no partition at all, or have the following combinations of PARTITION BY ANY/ORDER BY clauses: