File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 22
22
"sklearn._config.get_config" ,
23
23
"sklearn.base.clone" ,
24
24
"sklearn.cluster._affinity_propagation.affinity_propagation" ,
25
- "sklearn.cluster._agglomerative.linkage_tree" ,
26
25
"sklearn.cluster._kmeans.k_means" ,
27
26
"sklearn.cluster._kmeans.kmeans_plusplus" ,
28
27
"sklearn.cluster._mean_shift.estimate_bandwidth" ,
Original file line number Diff line number Diff line change @@ -429,11 +429,11 @@ def linkage_tree(
429
429
observations of the two sets.
430
430
431
431
affinity : str or callable, default='euclidean'
432
- which metric to use. Can be 'euclidean', 'manhattan', or any
432
+ Which metric to use. Can be 'euclidean', 'manhattan', or any
433
433
distance known to paired distance (see metric.pairwise).
434
434
435
435
return_distance : bool, default=False
436
- whether or not to return the distances between the clusters.
436
+ Whether or not to return the distances between the clusters.
437
437
438
438
Returns
439
439
-------
You can’t perform that action at this time.
0 commit comments