File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,12 @@ HDBSCAN is ideal for exploratory data analysis; it's a fast and robust
45
45
algorithm that you can trust to return meaningful clusters (if there
46
46
are any).
47
47
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
+
49
54
R. Campello, D. Moulavi, and J. Sander, *Density-Based Clustering Based on
50
55
Hierarchical Density Estimates *
51
56
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,
241
246
L. McInnes, J. Healy, S. Astels, *hdbscan: Hierarchical density based clustering *
242
247
In: Journal of Open Source Software, The Open Journal, volume 2, number 11.
243
248
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
244
255
245
256
---------
246
257
Licensing
You can’t perform that action at this time.
0 commit comments