GraphRicciCurvature
GraphRicciCurvature copied to clipboard
A python library to compute the graph Ricci curvature and Ricci flow on NetworkX graph.
> AttributeError Traceback (most recent call last) > [](https://localhost:8080/#) in () > ----> 1 cc = orc_football.ricci_community() > > 2 frames > [/usr/local/lib/python3.7/dist-packages/GraphRicciCurvature/OllivierRicci.py](https://localhost:8080/#) in ricci_community(self, cutoff_step, drop_threshold) > 838 """...
Hello! Thank you for the awesome library. I'm wondering if the support for the computation of balanced forman curvature is planned/possible? https://arxiv.org/pdf/2111.14522.pdf Thanks again
Dear Ni What is the time complexity formula O(?) for the discrete Ricci flow community detection?