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

matrix A #27

Open
TransformersWsz opened this issue Jun 28, 2020 · 2 comments
Open

matrix A #27

TransformersWsz opened this issue Jun 28, 2020 · 2 comments

Comments

@TransformersWsz
Copy link

How can I construct the matrix "A"?

@danielegrattarola
Copy link
Owner

Depending on the data you have, there may be different ways.
A should be a binary matrix s.t. A[i, j] indicates the presence (1) or absence (0) of a link between node i and node j.

@TransformersWsz
Copy link
Author

Depending on the data you have, there may be different ways.
A should be a binary matrix s.t. A[i, j] indicates the presence (1) or absence (0) of a link between node i and nod j.

Ok, 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

2 participants