Skip to content

Commit e202824

Browse files
authored
Update README.md
1 parent 447e3a2 commit e202824

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ epsilon and minPoints remain the same while the algorithm is running.
304304

305305
![DBSCAN.png](resources/DBSCAN.png)
306306

307-
![]()
307+
![DBSCAN_mouse.png](resources/DBSCAN_mouse.png)
308308

309309
## k-means clustering
310310

@@ -332,7 +332,7 @@ The objective is to minimize the variance within each cluster.
332332
Clusters are well separated from each other.
333333
It maximizes the average inter-cluster distance.
334334

335-
![]()
335+
![kmeans_mouse.png](resources/kmeans_mouse.png)
336336

337337

338338
# Introduction to arrays using numpy

0 commit comments

Comments
 (0)