Open TrolletTrygve opened 1 year ago
When using allow_single_cluster=True, running time is doubled on samples where only one cluster is segmented. This is compared to the running time on samples of similar size or if allow_single_cluster=False is used.
Running on 2D points.
hdbscan.HDBSCAN( algorithm='best', metric='euclidean', min_cluster_size=min_cluster_size_, allow_single_cluster=True, p=None, cluster_selection_method='eom', min_samples = 1, cluster_selection_epsilon=0, core_dist_n_jobs=1, approx_min_span_tree=True )
When using allow_single_cluster=True, running time is doubled on samples where only one cluster is segmented. This is compared to the running time on samples of similar size or if allow_single_cluster=False is used.
Running on 2D points.