Skip to content

Modified Virus_On_Network Blank Visualization in Server #1616

Answered by rht
jenny61599 asked this question in Q&A
Discussion options

You must be logged in to vote

Your solution overcounts the number of nodes by 1 (node 0 that is never used). This may not affect the result of your analysis (if you do some network measures) since the number of nodes is off by 0.2% (but 25% for the 3-node case).

As with the 2nd situation, this means that there are nodes without edges from the edge list.

In both situations, they can be solved if you pre-process the edge list file by decrementing the numbers by 1 before you read it. Then you will need only 333 nodes.

Replies: 1 comment 10 replies

Comment options

You must be logged in to vote
10 replies
@jenny61599
Comment options

@rht
Comment options

@jenny61599
Comment options

@rht
Comment options

Answer selected by jenny61599
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants