Home
last modified time | relevance | path

Searched refs:allow_single_cluster (Results 1 – 7 of 7) sorted by relevance

/dports/math/py-hdbscan/hdbscan-0.8.27/hdbscan/
H A Dflat.py170 allow_single_cluster = new_clusterer.allow_single_cluster
178 allow_single_cluster,
808 allow_single_cluster=False, argument
819 if allow_single_cluster:
846 allow_single_cluster)
863 allow_single_cluster)
881 allow_single_cluster): argument
891 leaf, allow_single_cluster)
908 leaf, allow_single_cluster): argument
912 if allow_single_cluster:
[all …]
H A Dhdbscan_.py50 allow_single_cluster=False, argument
62 allow_single_cluster,
337 cluster_selection_method='eom', allow_single_cluster=False, argument
636 allow_single_cluster,
852 allow_single_cluster=False, argument
868 self.allow_single_cluster = allow_single_cluster
1062 self.allow_single_cluster)
H A D_hdbscan_tree.pyx422 np.intp_t allow_single_cluster, argument
459 if len(clusters) == 1 and allow_single_cluster:
628 if allow_single_cluster:
637 … return traverse_upwards(cluster_tree, cluster_selection_epsilon, parent, allow_single_cluster)
648 …silon_child = traverse_upwards(cluster_tree, cluster_selection_epsilon, leaf, allow_single_cluster)
661 allow_single_cluster=False, argument
681 allow_single_cluster : boolean, optional (default False)
719 if allow_single_cluster:
749 if allow_single_cluster:
768 …ed_clusters = epsilon_search(leaves, cluster_tree, cluster_selection_epsilon, allow_single_cluster)
[all …]
H A Dplots.py69 allow_single_cluster=False): argument
72 self.allow_single_cluster = allow_single_cluster
237 if self.allow_single_cluster:
H A D_hdbscan_tree.c1242 PyObject *allow_single_cluster; member
12421 __pyx_v_allow_single_cluster = __pyx_optional_args->allow_single_cluster; in __pyx_f_7hdbscan_13_hdbscan_tree_get_clusters()
13953 __pyx_t_2.allow_single_cluster = __pyx_v_allow_single_cluster; in __pyx_pf_7hdbscan_13_hdbscan_tree_18get_clusters()
/dports/math/py-hdbscan/hdbscan-0.8.27/hdbscan/tests/
H A Dtest_hdbscan.py631 allow_single_cluster=True).fit_predict(no_structure)
641 allow_single_cluster=True).fit_predict(no_structure)
/dports/math/py-hdbscan/hdbscan-0.8.27/notebooks/
H A DHow HDBSCAN Works.ipynb92 "HDBSCAN(algorithm='best', allow_single_cluster=False, alpha=1.0,\n",