brainx icon indicating copy to clipboard operation
brainx copied to clipboard

Tools for analysis of brain imaging-derived networks, based on NetworkX

Results 4 brainx issues
Sort by recently updated
recently updated
newest added

There are a few more changes than I made myself--that's due to a newer version of the IPython notebook.

1) Adjusted variables after merges in the adjust_partition function in modularity.py This was necessary because the mapping of the GraphPartition "index" may no longer match the adjust_partition "node_map" dictionary, due...

Hi team, I accidentally passed a digraph to mod.simulated_annealing(). The algo is currently churning away without throwing up an warning or error. Is this desirable?

Adjust partition is to be used with Newman Spectral partitioning, It is currently broken and has invalid tests. Update to allow for optomizing spectral partition, and look into new method...