barahona-research-group / PyGenStability

PyGenStability: Multiscale community detection with generalized Markov Stability
https://barahona-research-group.github.io/PyGenStability/
GNU General Public License v3.0
32 stars 11 forks source link

post-processing #1

Closed arnaudon closed 4 years ago

arnaudon commented 4 years ago

Buggy at the moment

arnaudon commented 4 years ago

we can use cpp code to evaluate the quality of a given partition at another time. Just need to create a cpp function for that in the cpp_to_python code, calling some cpp function like compute_quality...

arnaudon commented 4 years ago

cpp to python interface is up, just need to properly include it in the postprocessing pyython function

arnaudon commented 4 years ago

solved!