pygsp icon indicating copy to clipboard operation
pygsp copied to clipboard

How to get edge weights as node signal of LineGraph

Open skmda37 opened this issue 3 years ago • 0 comments

The edge weights are not propagated to the nodes when using the LineGraph method.

I specifically want to get the edge weights of a graph G as the node signal of line graph pygsp.graphs.LineGraph(G).

Does somebody have an idea on how to do that?

Thank you so much in advance!

skmda37 avatar Jul 18 '22 11:07 skmda37