Hi everyone, I am crrently working with GraphSAGE algorithm, and I am using SAGEConv() module from the dgl library.
I have several questions:
- Does the aggregator_type = pool performs a maxpooling or a minpooling ?
- Can SAGEConv be applied on directed graph such as this one ?
- If I can apply it to this kind of graphs, do I have to put a self loop on all the nodes to perform graphSAGE as the authors mentionned or is it better if it remains without self loop ?
Thank you a lot for your help and response !
Have a nice day !