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 91f913d commit 8bac90eCopy full SHA for 8bac90e
hdbscan/hdbscan_.py
@@ -883,7 +883,7 @@ def generate_prediction_data(self):
883
you are intending to use functions from ``hdbscan.prediction``.
884
"""
885
886
- if self.metric not in FAST_METRICS:
+ if self.metric in FAST_METRICS:
887
min_samples = self.min_samples or self.min_cluster_size
888
if self.metric in KDTree.valid_metrics:
889
tree_type = 'kdtree'
0 commit comments