Train a K-Means clustering model
Trainer of a trained k-means clustering model. Compute a k-means clustering from a table.
See https://scikit-learn.org/stable/modules/generated/sklearn.cluster.KMeans.html for more details.
Input
Table
The input table
Output
result
The output result
Configuration
nb_clusters
int
2