Donno_Nemore t1_jaeq7oy wrote
Reply to comment by _throw_hawaii in [D] Running a trained k-means clustering on new data with maximum number of iterations equal to zero or not? by _throw_hawaii
This sounds like you are being asked to assign the new data to a cluster. Assignment is as simple as calling the distance function for each pair of point and centroid. The minimum score is the cluster assignment.
Viewing a single comment thread. View all comments