Jim Bagrow
Jim Bagrow
Let's make the python code a full-fledged installable module, using distutils or whatever.
It would be nice to call the speedy-but-limited **C++** code directly from **link_clustering.py**. For example: python link_clustering.py -f net.pairs It is not clear to me if this should store the...
Add support for average-linkage, max-linkage...
The C++ code (`B_matrix.cpp`) assumes the edgelist it reads is undirected and unweighted even if that is not the user's intent. I've updated `portrait_divergence.py` to prevent calling both C++ (`--cpp`)...