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

Add axis argument to hierarchical clustering #167

Open
menoua opened this issue Apr 21, 2023 · 0 comments
Open

Add axis argument to hierarchical clustering #167

menoua opened this issue Apr 21, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@menoua
Copy link
Member

menoua commented Apr 21, 2023

Expected Behavior

naplib.visualization.hierarchical_cluster_plot should have an axis argument which would be one of ['x', 'y', 'xy'] that specifies which axis of the data matrix to perform hierarchical clustering on. If x, the dendrogram will be on the top of the data figure (the current default). If y, the dendrogram would be to the left of the data figure. If xy, there would be two dendrograms, one above and one to the left of data.

@menoua menoua added the enhancement New feature or request label Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant