-
Notifications
You must be signed in to change notification settings - Fork 13
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
use fastcluster for hierarchical clustering #237
Comments
Just implemented this in the It was indeed as easy as changing a few lines to use Assuming it passes all checks, can I merge into develop? |
And obviously it failed... :| |
So apparently |
Perhaps we should wait on this since hclust() is not the main bottleneck. |
I agree we should wait. Perhaps they just have different defaults that we need to align…
… On Apr 13, 2018, at 10:10 PM, Davide Risso ***@***.***> wrote:
Perhaps we should wait on this since hclust() is not the main bottleneck.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#237 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AHXGVfWqWCoUvv3l24PeLUrZK1L1OXEYks5toQYagaJpZM4SsIDW>.
|
http://danifold.net/fastcluster.html
Should probably be as simple as calling the hclust from this package rather than stats.
The text was updated successfully, but these errors were encountered: