Home
last modified time | relevance | path

Searched defs:allow_single_cluster (Results 1 – 5 of 5) sorted by relevance

/dports/math/py-hdbscan/hdbscan-0.8.27/hdbscan/
H A D_hdbscan_tree.pyx422 np.intp_t allow_single_cluster,
623 …uster_tree, np.double_t cluster_selection_epsilon, np.intp_t leaf, np.intp_t allow_single_cluster):
639 …s, np.ndarray cluster_tree, np.double_t cluster_selection_epsilon, np.intp_t allow_single_cluster):
661 allow_single_cluster=False, argument
H A Dflat.py808 allow_single_cluster=False, argument
881 allow_single_cluster): argument
908 leaf, allow_single_cluster): argument
H A Dhdbscan_.py50 allow_single_cluster=False, argument
337 cluster_selection_method='eom', allow_single_cluster=False, argument
852 allow_single_cluster=False, argument
H A Dplots.py69 allow_single_cluster=False): argument
H A D_hdbscan_tree.c1242 PyObject *allow_single_cluster; member