Returns True if the linkage passed is monotonic. The linkage is monotonic if for every cluster s and t joined, the distance between them is no less than the distance between any previously joined clusters.
| Parameters : | Z : ndarray
|
|---|---|
| Returns : | b : bool
|