rb643 / resting_state_eeg

8 stars 6 forks source link

merging graphs #10

Open rb643 opened 7 years ago

rb643 commented 7 years ago

It would be nice to be able to merge the minimal spanning tree of a graph with the thresholded version so that the final graph has a density above a certain percentage of the mst.

At the moment the union function seems to be able to combine graphs but not attributes. So the weights of each edge are stored as new seperate attributes.

For some strange reason simply adding up those attributes only gives NA's...