You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -39,9 +39,10 @@ Performance
39
39
40
40
Significant effort has been put into making the hdbscan implementation as fast as
41
41
possible. It is more than twice as fast as the reference implementation in Java
42
-
and is competitive with highly optimized single linkage implementations in C and C++.
43
-
`current performance can be seen in this notebook <http://nbviewer.jupyter.org/github/lmcinnes/hdbscan/blob/master/notebooks/Benchmarking%20scalability%20of%20clustering%20implementations.ipynb>`_
44
-
and further performance improvements should be forthcoming in the next few releases.
42
+
and is currently faster highly optimized single linkage implementations in C and C++.
43
+
`version 0.3 performance can be seen in this notebook <http://nbviewer.jupyter.org/github/lmcinnes/hdbscan/blob/master/notebooks/Benchmarking%20scalability%20of%20clustering%20implementations.ipynb>`_ .
44
+
Version 0.4 brings a new minimum spanning tree algorithm and dramatic speedups, particularly
0 commit comments