Skip to content

Commit b3fd343

Browse files
committed
Readme typos.
1 parent 665a354 commit b3fd343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Performance
3838
-----------
3939

4040
Significant effort has been put into making the hdbscan implementation as fast as
41-
possible. It is `orders of magnitude faster then the reference implementation <https://nbviewerjupyter.org/github/lmcinnes/hdbscan/blobmaster/notebooks/Python%20vs%20Java.ipynb>`_ in Java,
41+
possible. It is `orders of magnitude faster than the reference implementation <https://nbviewerjupyter.org/github/lmcinnes/hdbscan/blobmaster/notebooks/Python%20vs%20Java.ipynb>`_ in Java,
4242
and is currently faster than highly optimized single linkage implementations in C and C++.
4343
`version 0.6 performance can be seen in this notebook <http://nbviewer.jupyter.org/github/lmcinnes/hdbscan/blob/master/notebooks/Benchmarking%20scalability%20of%20clustering%20implementations-v0.6.ipynb>`_ .
4444
In particular `performance on low dimensional data is better than sklearn's DBSCAN <http://nbviewer.jupyter.org/github/lmcinnes/hdbscan/blob/master/notebooks/Benchmarking%20scalability%20of%20clustering%20implementations%202D%20v0.6.ipynb>`_ ,

0 commit comments

Comments
 (0)