From edc56bca0e1c53d080cda17fe7e07c4bca578880 Mon Sep 17 00:00:00 2001 From: Mohammad Ali Abbas Date: Mon, 13 Nov 2023 16:09:18 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d1fbb5..bc42227 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# DenMune: A Density-Peak Clustering Algorithm +# DenMune: A Density-Peak Clustering Algorithm DenMune is a clustering algorithm that can find clusters of arbitrary size, shapes, and densities in two-dimensions. Higher dimensions are first reduced to 2D using t-SNE. The algorithm relies on a single parameter K (the number of nearest neighbors). The results show the superiority of the algorithm. Enjoy the simplicity but the power of DenMune.