Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corruption function only on node features X not graph structure A? #4

Closed
zhengwang100 opened this issue Apr 2, 2019 · 0 comments
Closed

Comments

@zhengwang100
Copy link

Hello, the paper said: "an explicit (stochastic) corruption function (\tilde{X}, \tilde{A}) = C(X, A)."
However, in the code, I only find the corruption on node attributes:
idx = np.random.permutation(nb_nodes)
shuf_fts = features[:, idx, :]

I can not find the corruption on the graph structure, why? Does this not affect the final result?

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant