Code to evaluate the flow centrality on a network
Python 2.7 is required to run this code.
To install required package use the commands:
conda install numpy scipy tqdm pandas h5py
conda install -c anaconda networkx==1.11
Demo notebook in demos/demo.ipynb
For a command line demo use demo/eval_fcs.sh