umap icon indicating copy to clipboard operation
umap copied to clipboard

How obtain the embeddings of a cluster shown in the UMAP figure?

Open myrainbowandsky opened this issue 2 years ago • 1 comments

myrainbowandsky avatar Oct 16 '21 05:10 myrainbowandsky

If you want to isolate a cluster you'll need to run a clustering algorithm over the embedding and use the results of that. Personally I recommend HDBSCAN, but there are a variety of clustering algorithms you could try.

lmcinnes avatar Oct 16 '21 05:10 lmcinnes