Jim Bagrow

Results 4 issues of Jim Bagrow

Let's make the python code a full-fledged installable module, using distutils or whatever.

feature
good code

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...

feature

Add support for average-linkage, max-linkage...

feature
new alg

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`)...