We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9d5a76 commit 43a5f39Copy full SHA for 43a5f39
README.rst
@@ -9,7 +9,7 @@
9
Fast Multicore HDBSCAN
10
======================
11
12
-Ahe ``fast_hdbscan`` library provides a simple implementation of the HDBSCAN clustering algorithm designed specifically
+The ``fast_hdbscan`` library provides a simple implementation of the HDBSCAN clustering algorithm designed specifically
13
for high performance on multicore machine with low dimensional data (2D to about 20D). The algorithm runs in parallel and can make
14
effective use of as many cores as you wish to throw at a problem. It is thus ideal for large SMP systems, and even
15
modern multicore laptops.
0 commit comments