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

any examples of dynamic Page Rank or Katz Centrality? #50

Open
agrippa opened this issue Sep 18, 2019 · 1 comment
Open

any examples of dynamic Page Rank or Katz Centrality? #50

agrippa opened this issue Sep 18, 2019 · 1 comment

Comments

@agrippa
Copy link

agrippa commented Sep 18, 2019

While there are some great examples/tests of the static algorithms in Hornets Nest, I can't find any example usage of the two supported dynamic algorithms. Could some be added to the repo?

@ogreen
Copy link
Collaborator

ogreen commented Sep 19, 2019

These tests were disable over time as the framework changed over time.
Right now, I suggest looking at K-Core. While its listed under the static graph algorithms, it is in fact using a dynamic graph (specifically, the pruned edges are removed using batched edge deletions).

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