braph-software / BRAPH-2

BRAPH 2.0 is a comprehensive software package for the analysis and visualization of brain connectivity data, offering flexible customization, rich visualization capabilities, and a platform for collaboration in neuroscience research.
http://braph.org
Other
29 stars 12 forks source link

Residual Weighted Rich club calculation #1709

Open hanzh346 opened 2 months ago

hanzh346 commented 2 months ago

In the graph measures "WeightedRC", the measure is repeatedly calculated on each node of layers of graphs. The measure should be global, so one value per layer, but now the measure is residually calculated by nodes, each node in layers have same weighted rich club value.

Now the workaround is to get rid of the for loop going through the nodes image