scipy.cluster.hierarchy.complete¶
-
scipy.cluster.hierarchy.complete(y)[source]¶ Performs complete/max/farthest point linkage on a condensed distance matrix
Parameters: y : ndarray
The upper triangular of the distance matrix. The result of
pdistis returned in this form.Returns: Z : ndarray
A linkage matrix containing the hierarchical clustering. See the
linkagefunction documentation for more information on its structure.See also
linkage- for advanced creation of hierarchical clusterings.
scipy.spatial.distance.pdist- pairwise distance metrics