This is documentation for an old release of SciPy (version 0.9.0). Read this page in the documentation of the latest stable release (version 1.15.1).
Checks the validity of a linkage matrix. A linkage matrix is valid
if it is a two dimensional nd-array (type double) with
rows and 4 columns. The first two columns must contain indices
between 0 and
. For a given row i,
and
(i.e. a cluster cannot join another cluster unless the cluster
being joined has been generated.)
Arguments : |
|
---|---|
Returns : |
|