Skip to content

Add node centrality metrics to experiment samples #18

@castarco

Description

@castarco

In order to see how the "centrality" of a node could affect to its vision on the blockchain, we could compute those metrics and register them in the experiment logs.

It's important to note that there's not a unique way to measure centrality, and that most of them are designed/thought for undirected graphs, although they are usually easy to adapt. Some potentially useful metrics are (although we should first check which ones make more sense to compute):

  • In-Degree Centrality
  • Betweenness Centrality
  • Closeness Centrality
  • Harmonic Centrality
  • Eigenvector Centrality

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions