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

Implement K-Hop Neighbors in the C API #2918

Closed
1 task
Tracked by #3479
ChuckHastings opened this issue Nov 10, 2022 · 1 comment
Closed
1 task
Tracked by #3479

Implement K-Hop Neighbors in the C API #2918

ChuckHastings opened this issue Nov 10, 2022 · 1 comment
Assignees
Labels
Epic Tracker for a relatively large body of work that is broken down into stories and issues

Comments

@ChuckHastings
Copy link
Collaborator

ChuckHastings commented Nov 10, 2022

The C++ API provides an algorithm k_hop_nbrs that identifies all vertices that are distance k from a particular vertex.

The C API only exposes 2-hop neighbors, which is required for jaccard/sorensen/overlap similarity computations.

We should provide the generalized version (making k a parameter) and deprecate the 2-hop version in the C API.

Tasks

@kingmesal kingmesal added the Epic Tracker for a relatively large body of work that is broken down into stories and issues label Feb 14, 2023
@kingmesal kingmesal changed the title [EPIC] Implement k-hop neighbors in the C API Implement K-Hop Neighbors in the C API Feb 14, 2023
@BradReesWork BradReesWork added the ? - Needs Triage Need team to review and classify label Jul 6, 2023
@BradReesWork BradReesWork removed the ? - Needs Triage Need team to review and classify label Aug 1, 2023
@kingmesal
Copy link

not needed at this point.

@kingmesal kingmesal closed this as not planned Won't fix, can't repro, duplicate, stale Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Epic Tracker for a relatively large body of work that is broken down into stories and issues
Projects
None yet
Development

No branches or pull requests

3 participants