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