This is documentation for an old release of SciPy (version 0.10.0). Read this page in the documentation of the latest stable release (version 1.15.1).
Returns True if the linkage passed is monotonic. The linkage
is monotonic if for every cluster and
joined, the distance between them is no less than the distance
between any previously joined clusters.
Parameters : | Z : ndarray
|
---|---|
Returns : | b : bool
|