Why are my values not consistent? I'm doing a K-Means clustering and trying to make my own SSE function via for loop

后端 未结 0 964
小鲜肉
小鲜肉 2020-12-22 09:19

Here is my code:

from sklearn.datasets import make_blobs
X, y = make_blobs(n_samples=150, n_features=2, centers=4,
    cluster_std=0.5, shuffle=True, random_s         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题