From e61f0869fc791fdc818d2f52874f4b7c528688f4 Mon Sep 17 00:00:00 2001 From: stat4jason Date: Tue, 1 Mar 2022 09:49:05 -0800 Subject: [PATCH] Update README.md Fixing a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 262cc21..3e8cca2 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Moulavi, Davoud, et al. "Density-based clustering validation." Proceedings of th ## What is DBCV -How do you validate clustering assignmnets from unsupervised learning algorithms? A common method is the [Silhoette Method](https://en.wikipedia.org/wiki/Silhouette_(clustering)), which provides an objective score between -1 and 1 on the quality of clustering. The silhouette value measures how well an object is classified in its own cluster instead of neighboring clusters. The silhouette (and most other popular methods) work very well on globular clusters, but can fail on non-glubular clusters such as: +How do you validate clustering assignmnets from unsupervised learning algorithms? A common method is the [Silhoette Method](https://en.wikipedia.org/wiki/Silhouette_(clustering)), which provides an objective score between -1 and 1 on the quality of clustering. The silhouette value measures how well an object is classified in its own cluster instead of neighboring clusters. The silhouette (and most other popular methods) work very well on globular clusters, but can fail on non-globular clusters such as: ![non-globular](http://hdbscan.readthedocs.io/en/latest/_images/advanced_hdbscan_5_1.png)