Open skmda37 opened 2 years ago
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).
pygsp.graphs.LineGraph(G)
Does somebody have an idea on how to do that?
Thank you so much in advance!
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!