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

node & edge "binning" #106

Open
3 tasks
cassinius opened this issue Sep 22, 2019 · 1 comment
Open
3 tasks

node & edge "binning" #106

cassinius opened this issue Sep 22, 2019 · 1 comment

Comments

@cassinius
Copy link
Collaborator

I many algorithms, we check for all possible combinations of edges or nodes, even though only the immediate neighborhood contains interesting objects.

  • define a neighborhood metric
  • bin nodes / edges according to neighborhood
  • measure the acceleration
@cassinius
Copy link
Collaborator Author

cassinius commented Sep 23, 2019

  • for triad count, introduce a measure of self-connectedness that is not too weird (self_in_degree, self_out, self_conn... !?)
  • maybe a graph projection that eliminates self-loops, or an option in an input-class which does it...?

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

1 participant