easy-graph / Easy-Graph

EasyGraph is an open-source network analysis library designed to cover advanced network processing methods. It includes functionalities for detecting structural hole spanners, network embedding, and various classic network analysis techniques.
https://easy-graph.github.io/
BSD 3-Clause "New" or "Revised" License
400 stars 39 forks source link

Effective size fix #96

Closed tddschn closed 2 years ago

tddschn commented 2 years ago

Pull Request Check List

Resolves: #issue-number-here

Attempt to fix effective_size() by referring to networkx's implementation.