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

Enable precomputed similarity matrices for clustering #88

Closed
deargle opened this issue May 21, 2018 · 2 comments
Closed

Enable precomputed similarity matrices for clustering #88

deargle opened this issue May 21, 2018 · 2 comments

Comments

@deargle
Copy link
Collaborator

deargle commented May 21, 2018

Hi, I just opened PR #87. Context is that I had a precomputed distance matrix that I wanted to cluster with. I used T-SNE to scale it down to two dimensions for the filter function, but I didn't see a way to use metric='precomputed' with DBSCAN for the clustering with inverse_X because of the hypercube slicing making things un-square. So this PR is what I did to tell mapper to give a square matrix to the clusterer.

@sauln
Copy link
Member

sauln commented May 22, 2018

Thanks for working on this!

The distance matrix stuff hadn't been working for a while. Once the unit tests are passing and there are some new ones in place, I'll merge this is in.

@sauln
Copy link
Member

sauln commented Jul 12, 2018

#87 has been merged. Thank you!

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

2 participants