Executes the clustering algorithm on subsets of X
,
pullback_ids | indices of the |
---|---|
... | additional parameters to pass to the |
This methods uses the function given by clustering_algorithm
field to
decompose the preimages returned by the cover
member into connected components, which are
stored as vertices
. Indices may be passed to limit which sets are decomposed, otherwise
the sets in the cover all considered.
Note that this method removes the vertices
associated with pullback_ids
, but does not
modify the simplicial complex.