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