Skip to content
Discussion options

You must be logged in to vote

In theory, gcn_norm is only well-defined on undirected graphs since it takes the degrees for both source and destination node into account. Ofc, it will still give you a reasonable output for directed graphs, but you may need to choose whether to do the computation based on the in-degree (target_to_source) or out-degree (source_to_target). gcn_norm will check if there is already a self-loop present and will not another one for these nodes.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by qubit0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants