KMeans predictor
Predict the closest cluster each sample using a K-Means model
Predictor of a K-means clustering model. Predict the closest cluster of each sample in a table belongs to.
See https://scikit-learn.org/stable/modules/generated/sklearn.cluster.KMeans.html for more details.
Input
Table
The input table
Learned model
The input model
Output
result
The output result