Formally we used just the degree when performing diagonal augmentation / self loop augmentation. This change makes it so that we use the weighted degree instead.
For directed graphs, we use the average between weighted in degree and weighted out degree.
Formally we used just the degree when performing diagonal augmentation / self loop augmentation. This change makes it so that we use the weighted degree instead.
For directed graphs, we use the average between weighted in degree and weighted out degree.
Closes #33