From 919164bf9e1a11e1e01db9be04acd5d79f7c2d88 Mon Sep 17 00:00:00 2001 From: "Allan L. R. Hansen" Date: Thu, 3 Dec 2015 12:27:05 +0100 Subject: [PATCH] Fixed README.rst link to "Python vs Java"-notebook in nbviewer --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 3a3a103e..3fa6ac49 100644 --- a/README.rst +++ b/README.rst @@ -52,7 +52,7 @@ Performance ----------- Significant effort has been put into making the hdbscan implementation as fast as -possible. It is `orders of magnitude faster than the reference implementation `_ in Java, +possible. It is `orders of magnitude faster than the reference implementation `_ in Java, and is currently faster than highly optimized single linkage implementations in C and C++. `version 0.6 performance can be seen in this notebook `_ . In particular `performance on low dimensional data is better than sklearn's DBSCAN `_ ,