IBM / EvolveGCN

Code for EvolveGCN: Evolving Graph Convolutional Networks for Dynamic Graphs
Apache License 2.0
508 stars 164 forks source link

What does the adjacency matrix window size mean? #6

Closed mdanb closed 4 years ago

mdanb commented 4 years ago

As per the title, what does the adj_mat_size_window mean exactly? (in the yaml parameters files) I know there's a clarification note but I'm still struggling to grasp what exactly this adjusts for

mdanb commented 4 years ago

Nevermind I understand now. It's for choosing how far back to go (in time) when constructing the adj matrix.