Skip to content

Commit 9643e93

Browse files
authored
Update kmeans.ipynb
1 parent 03dc134 commit 9643e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kmeans.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
}
178178
],
179179
"source": [
180-
"#用初始化的centroids测试一下结果,大黑点是初始化的centroids\n",
180+
"#用初始化的centroids测试一下聚类的过程和结果\n",
181181
"kmeans = Kmeans()\n",
182182
"#we use the initial centroids[3,3],[6,2],[8,5]\n",
183183
"idx,centroids,cent0,cent1,cent2 = kmeans.runKmeans(X,initial_centroids)\n",

0 commit comments

Comments
 (0)