Closed jboynyc closed 3 years ago
@BrandonKMLee given your apparent detailed knowledge of the Python ecosystem for network analysis, do you know of any project that implements a clustering coefficient for bipartite networks (or anything comparable)?
(Same question about #24, where I'm collecting ideas for improved backbone extraction of projected networks. I've come across the backbone
package for R which implements a few techniques, but nothing comparable in Python land.)
Firstly, obligatory reference to Centrality https://github.com/jboynyc/textnets/issues/32
Also for Bipartite-specific Metrics, which most are based on HITS or PageRank:
Also for NetwrokX, the basic centralities (includes redundancy) and Clustering data exists
Closing for now, as the new release will include bipartite centrality measures and a clustering coefficient. Will likely revisit this in the future.
For instance Liebig & Rao (2014) to identify influential nodes driving clustering.