Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing the clustering -- Embedding #16

Open
youngandbin opened this issue Jun 12, 2022 · 1 comment
Open

Changing the clustering -- Embedding #16

youngandbin opened this issue Jun 12, 2022 · 1 comment

Comments

@youngandbin
Copy link

With a vanilla n2d, I can get 2D embedding using model.hle
However, when changing the clustering method, model.hle returns nothing.
How can I get embeddings when I use different clustering method ?

@youngandbin
Copy link
Author

youngandbin commented Jun 12, 2022

problem solved!

It was stored in manifold and cluster object,
n2d.manifold_cluster_generator()

For example, I can get embeddings from
hc_clust.hle
where

hc_clust = n2d.manifold_cluster_generator(
    umap.UMAP, umap_args, AgglomerativeClustering, hc_args)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant