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.
2 parents f7c8546 + 1e65bda commit 8029ea9Copy full SHA for 8029ea9
hdbscan/hdbscan_.py
@@ -37,7 +37,7 @@
37
38
from .plots import CondensedTree, SingleLinkageTree, MinimumSpanningTree
39
40
-FAST_METRICS = KDTree.valid_metrics + BallTree.valid_metrics
+FAST_METRICS = KDTree.valid_metrics + BallTree.valid_metrics + ['cosine', 'arccos']
41
42
# Supporting numpy prior to version 1.7 is a little painful ...
43
if hasattr(np, 'isclose'):
0 commit comments