gcn
gcn copied to clipboard
how to preprocess the dataset
I have an N * M matrix of features and an N * N matrix of adj ,how can i get the file like x y ally allx ? thx
I'm currently working on a library to do exactly this (and a variety of other forms of preprocessing). Until it is completely ready though, I suggest that you should get into the nitty grittys of your dataset and split the features yourself!