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

[Suggestion] Return the probability mass from unavailable nodes to the seeds #14

Open
fchen365 opened this issue Oct 17, 2020 · 0 comments
Assignees

Comments

@fchen365
Copy link
Collaborator

We should consider returning the probability mass (i.e., values on p and r vector) from unavailable nodes to the seeds (on r vector). That is, if current_id is not available upon API query, we should put do the following two steps:
(1) r[seednode_id] = r[seednode_id] + r[current_id] + p[current_id]
(2) remove current_id from everywhere

@fchen365 fchen365 added enhancement New feature or request invalid This doesn't seem right labels Oct 17, 2020
@fchen365 fchen365 removed the enhancement New feature or request label Oct 30, 2020
@alexpghayes alexpghayes removed the invalid This doesn't seem right label Nov 16, 2023
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