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

Size of nodes: Total links #70

Open
blewsky opened this issue Jan 24, 2024 · 1 comment
Open

Size of nodes: Total links #70

blewsky opened this issue Jan 24, 2024 · 1 comment
Labels
good first issue Good for newcomers

Comments

@blewsky
Copy link

blewsky commented Jan 24, 2024

Currently only two options are supported to control the node size:

  • inbound links
  • outbound links

Would be helpful to also have a combined measure:

  • total (= inbound + outbound)
@mrparalon mrparalon added the good first issue Good for newcomers label Feb 5, 2024
@naught101
Copy link

There could be a lot of options here, e.g. those listed at https://cambridge-intelligence.com/keylines-faqs-social-network-analysis/ :

  • Degree centrality - the number of edges each node has
  • Betweenness centrality - the number of times a node lies of the shortest path between all pairs of nodes
  • Closeness centrality: Sum of the shortest distances to all nodes
  • EigenCentrality - node centrality based on links and connectedness
    • PageRank is a variant, which also takes link direction and weight into account

Of course, most of those require a bit of computation. Still, they could be really informative, and probably quite useful on a graph with hundreds to thousands of nodes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants