Home
last modified time | relevance | path

Searched refs:compute_full_tree (Results 1 – 3 of 3) sorted by relevance

/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/cluster/
H A D_agglomerative.py885 compute_full_tree="auto", argument
894 self.compute_full_tree = compute_full_tree
949 if self.distance_threshold is not None and not self.compute_full_tree:
976 compute_full_tree = self.compute_full_tree
978 compute_full_tree = True
979 if compute_full_tree == "auto":
981 compute_full_tree = True
988 if compute_full_tree:
1023 if compute_full_tree:
1203 compute_full_tree="auto", argument
[all …]
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/cluster/tests/
H A Dtest_hierarchical.py226 clustering.compute_full_tree = False
864 n_clusters=None, distance_threshold=1, compute_full_tree=False
/dports/science/py-scikit-learn/scikit-learn-1.0.2/doc/whats_new/
H A Dv0.16.rst360 - When `compute_full_tree` is set to "auto", the full tree is