Please send your reports to hse.ntwks@gmail.com with the subject of of the following structure:
[MAGOLEGO SNA 2015] {LastName} {First Name} HA{Number}
Late submission policy: -1 point per day
Use this file as a template for your report.
Support your computations with figures and comments. Send ONLY .Rmd versions of your report.
For this assignment, you have to load the part of Yahoo Music Network. Archive contains network in GML format and corresponding list of artists.
## Put your code here
Edges in this network appear if enough number of users have given ratings to both music bands. Note, that edges are weighted with similarity of the ratings.
This network needs to be preprocessed. Do the steps, described on seminar, to make it look properly. How many vertices and edges were deleted?
## Put your code here
Define clusters for this networks using one of the algorithms described on lectures and seminars:
## Put your code here
Compute density of obtained clusters:
## Put your code here
Compute the ratio of inner clusters connections to outer ones:
## Put your code here
Visulize five of the most dense clusters. Use names of artists as node labels on the graph.
## Put your code here
(Extra task) Try to interpret (using Wikipedia or other resources) obtained clusters.
Insert comments here