From 766f2978afaed681f6e1f77d25e1008226962792 Mon Sep 17 00:00:00 2001 From: Luigi Sbailo <sbailo@fhi-berlin.mpg.de> Date: Thu, 4 Feb 2021 16:47:53 +0100 Subject: [PATCH] Correct DensityPeak citation --- exploratory_analysis.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exploratory_analysis.ipynb b/exploratory_analysis.ipynb index d521db6..763f039 100644 --- a/exploratory_analysis.ipynb +++ b/exploratory_analysis.ipynb @@ -900,7 +900,7 @@ "source": [ "The fast search and find of density peaks algorithm is introduced in:\n", "\n", - "R.J.G.B. Campello, D. Moulavi, J. Sander: <span style=\"font-style: italic;\">Density-Based Clustering Based on Hierarchical Density Estimates</span>, Springer Berlin Heidelberg, (2013).\n", + "A. Rodriguez, A. Laio: <span style=\"font-style: italic;\">Clustering by fast search and find of density peaks</span>, Science, (2014).\n", "\n", "The implementation of the algorithm that we use is taken from https://pypi.org/project/pydpc/." ] -- GitLab