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

Create a function that adds null nodes to networks with inferior number of vertices #12

Open
danielemule opened this issue May 12, 2022 · 1 comment

Comments

@danielemule
Copy link

Given a sample of networks with different number of nodes, this function should add null nodes at the end of the networks that do not reach a certain maximum number of vertices. The maximum number of vertices can be given as an input by the user or it can be the maximum number of nodes reached by a network in the sample.

@danielemule
Copy link
Author

danielemule commented May 18, 2022

I have created the add_null_nodes() function.
Moreover, I have created the nvd_num_vertices() function, that returns a summary related to the number of vertices in a sample (e.g., maximum number of vertices, mean, etc.).

You can find these functions in my graphmatch branch of nevada (link).

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