I have the following network of court judgments in the form of a big network.(50k+ nodes and 100k+ edges with weight values). The size is the number of citations. The idea is that court judgments work on precedents (stare decisis), they cite previous judgments. So the most important cases can be either
- The ones with most citations (ie in-degree centrality)
- The ones with high eigenvector centrality values
But they don't take into account the fact that edges have weight. HITS or Pagerank also do not take into account - weighted edges. What is the best way to calculate centrality (ie the most important nodes) in the case of a directed network with weighted edges? Does Gephi have any inbuilt tools to do so?