Skip to content

Commit c8c59ca

Browse files
committed
KMeas聚类
1 parent a35a3e5 commit c8c59ca

File tree

5 files changed

+11
-0
lines changed

5 files changed

+11
-0
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

readme.md

+11
Original file line numberDiff line numberDiff line change
@@ -732,6 +732,17 @@ def predict(Theta1,Theta2,X):
732732
- 线性不可分的决策边界:
733733
![enter description here][33]
734734

735+
--------------------------
736+
737+
## 五、K-Means聚类算法
738+
- [全部代码](/K-Means/K-Menas.py)
739+
### 1、
740+
741+
742+
743+
744+
745+
735746

736747
[1]: ./images/LinearRegression_01.png "LinearRegression_01.png"
737748
[2]: ./images/LogisticRegression_01.png "LogisticRegression_01.png"

0 commit comments

Comments
 (0)