maxiaoba / GRAPE

MIT License
137 stars 29 forks source link

Why use x_j? not x_i in EGraphSage class #14

Open zhdhfhd33 opened 1 year ago

zhdhfhd33 commented 1 year ago

Hi, I am learning about grape for data imputation I think that the paper's pseudo code and python implementation is not matching. Is it right to use x_i instead of x_j? for consistency of codes? x_j : source x_i : destination

image image

please let me known if I understand grape wrong way.

zhdhfhd33 commented 1 year ago

above code is in egsage.py - EGraphSage.messgae() function