Getting started
User Guide
API reference
Development
Release notes
GitHub
scipy.cluster.hierarchy.DisjointSet.subsets
¶
DisjointSet.
subsets
(
)
[source]
¶
Get all the subsets in the disjoint set.
Returns
result
list
Subsets in the disjoint set.
scipy.cluster.hierarchy.DisjointSet.subset
scipy.cluster.hierarchy.DisjointSet.__getitem__