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

Clustergram: Why is complete linkage hard-coded? #578

Closed
alexlenail opened this issue Sep 24, 2021 · 0 comments · Fixed by #589
Closed

Clustergram: Why is complete linkage hard-coded? #578

alexlenail opened this issue Sep 24, 2021 · 0 comments · Fixed by #589

Comments

@alexlenail
Copy link

link_fun=lambda x, **kwargs: sch.linkage(x, "complete", **kwargs),

Shouldn't this also be a kwarg?

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

Successfully merging a pull request may close this issue.

1 participant