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

OPTICS should support sparse matrices and precomputed distances #11982

Closed
jnothman opened this issue Sep 3, 2018 · 2 comments · Fixed by #22965
Closed

OPTICS should support sparse matrices and precomputed distances #11982

jnothman opened this issue Sep 3, 2018 · 2 comments · Fixed by #22965

Comments

@jnothman
Copy link
Member

jnothman commented Sep 3, 2018

OPTICS relies on the nearest neighbor graph, and should be possible to perform with precomputed distances (maybe it does already, but I don't think it's tested), and with sparse feature spaces. It should perhaps also be possible to perform with sparse precomputed neighborhoods (e.g. as returned from radius_neighbors_graph(radius=max_bound)) but I've not double checked this.

@jnothman jnothman added Easy Well-defined and straightforward way to resolve Enhancement help wanted labels Sep 3, 2018
@adrinjalali
Copy link
Member

I tried and it doesn't support precomputed as it is. But it shouldn't be hard to fix.

@sophiastr
Copy link

Hello, i want to deal with this issue.
Do you still need help?
I am beginner, is that a problem?
I will work really hard in order to make my first contribution.

@thomasjpfan thomasjpfan removed the Easy Well-defined and straightforward way to resolve label Apr 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants