Kmeans
Python module: cuvs.cluster.mg.kmeans
fit
@auto_sync_multi_gpu_resources
Find clusters with single-node multi-GPU k-means using host data.
Parameters
Returns
FitOutput
centroids is a host NumPy array containing the computed centroids,
inertia is the final objective value, and n_iter is the number
of iterations run.