Skip to content

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

Description

@fchen365

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions