Return the furthermost outlier in kmeans clustering? [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed last year . Is there any easy way to return the furthermost outlier after sklearn kmeans clustering? Essentially I want to make a list of the biggest outliers for a load of clusters. Unfortunately I need to use sklearn.cluster.KMeans due to the assignment. 回答1: Sascha basically gives it away in the comments, but if X denotes