bundles / scipy 1.17.1 / scipy / cluster / _hierarchy / cluster_dist
cython_function_or_method
scipy.cluster._hierarchy:cluster_dist
Signature
def cluster_dist ( Z , T , cutoff , n ) Summary
Form flat clusters by distance criterion.
Parameters
Z: ndarrayThe linkage matrix.
T: ndarrayThe array to store the cluster numbers. The i'th observation belongs to cluster
T[i].cutoff: doubleClusters are formed when distances are less than or equal to
cutoff.n: intThe number of observations.
Aliases
-
scipy.cluster._hierarchy.cluster_dist