I am trying to estimate the fractal dimension of a complex (real) network. I have edge nodes forming a complex network in a text file. I tried to implement an algorithm for counting boxes (but I did not find an effective implementation of an algorithm that works better for large networks), but later, after looking at the wiki’s @ page for measuring fractals in networks, I found that there is another approach for this, namely the Method of growing clusters . Is this algorithm implemented in any book / document before? (A quick google search didn't give one)
If not, can you help me implement this algorithm (since there is not much description on the wiki page, I'm confused how to get started).
saint1729
source share