Skip to content

Commit 2fd53df

Browse files
authored
Update and rename README.txt to README.md
1 parent 66906bb commit 2fd53df

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# CFSDP:2014年science上发表的聚类算法 http://science.sciencemag.org/content/344/6191/1492
2+
# DBSCAN:基于密度的聚类算法 https://www.aaai.org/Papers/KDD/1996/KDD96-037.pdf
3+
# K-means:k均值聚类算法
4+
## 所有算法只需下载'Compound.txt'文件并在程序中修改该文件路径即可运行。
5+
6+
# 部分结果展示:
7+
## K-means
8+
![Aaron Swartz](https://github.com/yl-jiang/Clustering-Python/raw/master/classification/kmeans_result.jpg)
9+
## K-means++
10+
![Aaron Swartz](https://github.com/yl-jiang/Clustering-Python/raw/master/classification/kmeans++_result.jpg)
11+
## DBSCAN
12+
![Aaron Swartz](https://github.com/yl-jiang/Clustering-Python/raw/master/classification/dbscan.jpg)
13+
## CFSDP
14+
![Aaron Swartz](https://github.com/yl-jiang/Clustering-Python/raw/master/classification/cfsdp.jpg)

README.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)