Skip to content

Commit 28d5bd5

Browse files
authored
Add new reference.
1 parent 21cd659 commit 28d5bd5

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,12 @@ HDBSCAN is ideal for exploratory data analysis; it's a fast and robust
4545
algorithm that you can trust to return meaningful clusters (if there
4646
are any).
4747

48-
Based on the paper:
48+
Based on the papers:
49+
50+
McInnes L, Healy J. *Accelerated Hierarchical Density Based Clustering*
51+
In: 2017 IEEE International Conference on Data Mining Workshops (ICDMW), IEEE, pp 33-42.
52+
2017
53+
4954
R. Campello, D. Moulavi, and J. Sander, *Density-Based Clustering Based on
5055
Hierarchical Density Estimates*
5156
In: Advances in Knowledge Discovery and Data Mining, Springer, pp 160-172.
@@ -241,6 +246,12 @@ If you have used this codebase in a scientific publication and wish to cite it,
241246
L. McInnes, J. Healy, S. Astels, *hdbscan: Hierarchical density based clustering*
242247
In: Journal of Open Source Software, The Open Journal, volume 2, number 11.
243248
2017
249+
250+
To refernece the high performance algorithm developed in this library please cite our paper in ICDMW 2017 proceedings.
251+
252+
McInnes L, Healy J. *Accelerated Hierarchical Density Based Clustering*
253+
In: 2017 IEEE International Conference on Data Mining Workshops (ICDMW), IEEE, pp 33-42.
254+
2017
244255

245256
---------
246257
Licensing

0 commit comments

Comments
 (0)