Skip to content

Commit 034c247

Browse files
committed
K-Means
1 parent 2e9dffc commit 034c247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ def runKMeans(X,initial_centroids,max_iters,plot_process):
841841
return centroids,idx # 返回聚类中心和数据属于哪个类
842842
```
843843

844-
### 6、[使用scikit-learn库中的线性模型实现聚类](/K-Means/K-Means_scikit-learn.py.py)
844+
### 6、[使用scikit-learn库中的线性模型实现聚类](/K-Means/K-Means_scikit-learn.py)
845845

846846
- 导入包
847847
```

0 commit comments

Comments
 (0)