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

use fastcluster for hierarchical clustering #237

Open
epurdom opened this issue Mar 15, 2018 · 5 comments
Open

use fastcluster for hierarchical clustering #237

epurdom opened this issue Mar 15, 2018 · 5 comments

Comments

@epurdom
Copy link
Owner

epurdom commented Mar 15, 2018

http://danifold.net/fastcluster.html

Should probably be as simple as calling the hclust from this package rather than stats.

@drisso
Copy link
Collaborator

drisso commented Apr 13, 2018

Just implemented this in the feature/fastcluster branch.

It was indeed as easy as changing a few lines to use fastcluster::hclust.

Assuming it passes all checks, can I merge into develop?

@drisso
Copy link
Collaborator

drisso commented Apr 13, 2018

And obviously it failed... :|

@drisso
Copy link
Collaborator

drisso commented Apr 13, 2018

So apparently fastcluster::hclust() and stats::hclust() do not return the same exact value, because when running the vignette with the same parameters, with stats we get two clusters and with fast cluster only one. This causes an error in getBestFeatures which makes the build fail.

@drisso
Copy link
Collaborator

drisso commented Apr 13, 2018

Perhaps we should wait on this since hclust() is not the main bottleneck.

@epurdom
Copy link
Owner Author

epurdom commented Apr 16, 2018 via email

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

No branches or pull requests

2 participants