hyzhang98 / EGAE

Implementation of "Embedding Graph Auto-Encoder for Graph Clustering", IEEE Transactions on Neural Networks and Learning Systems.
23 stars 6 forks source link

problem #1

Open bz154 opened 2 years ago

bz154 commented 2 years ago

I would like to ask whether these indicators are obtained from the test set. Does graph clustering need to divide test set and training set

hyzhang98 commented 2 years ago

I would like to ask whether these indicators are obtained from the test set. Does graph clustering need to divide test set and training set

No. The setting is the same as the classical clustering. There is no training/validation/test split.

luckykidsGL commented 1 year ago

Can you upload wiki.mat data? I am improving on your article and hope to upload the data set to this asset. Thank you very much!

hyzhang98 commented 1 year ago

Hi, I downloaded the dataset from https://github.com/GRAND-Lab/MGAE/blob/master/data/mgae_wiki.mat. Hope it helps you.

arthuraal commented 6 months ago

How were those metric values ​​in the paper obtained? In the repository, the parameters were set to values ​​different from those presented in the paper. Thank you very much.