mathJax


Thursday, March 9, 2023

1st Quiz - 10/03/23

 Given the unweighted directed graph bellow: 

What are the values for incoming and outgoing degree's of node 4, and what is the average degree of the network?

  1. k4in = 1, k4out = 3, k = 67;
  2. k4in = 1, k4out = 3, k = 76;
  3. k4in = 3, k4out = 1, k = 67;
  4. k4in = 3, k4out = 1, k = 76;
  5. None of the above.
Original idea by: Fillipi Valadares

1 comment:

7th Quiz - 02/06/2023

Agglomerative hierarchical clustering can be applied to community detection in graphs. By using dendrograms, one can visualize the order in ...