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

Tanimoto APSS #496

Open
brifordwylie opened this issue Jan 18, 2025 · 0 comments
Open

Tanimoto APSS #496

brifordwylie opened this issue Jan 18, 2025 · 0 comments
Assignees
Labels
algorithm Algorithms

Comments

@brifordwylie
Copy link
Member

We need to implement an All-Pairs Similarity Search (APSS) when computing top N tanimoto similarities for each compound. Right now we have a naive O(n**2) algorithm. We need to put in filtering heuristics that help reduce the search space.

Papers:
2017: https://scholarworks.sjsu.edu/cgi/viewcontent.cgi?article=1039&context=computer_eng_pub

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
algorithm Algorithms
Projects
Status: Backlog
Development

No branches or pull requests

1 participant