api/SpringRank_tools.py
containes the functions needed to calculate the SpringRank scores and to generate a network according to the SpringRank generative model.api/tools.py
containes auxiliary functions needed to process the input and output.api/test_calculate_SpringRank.py
is a sample script for testing the code. It gives an example of how to use the code: it calculates the SpringRank scores for the sample network contained in../data
.