Lab41 / Circulo

Community Detection Research Effort
http://lab41.github.io/Circulo/
Other
79 stars 39 forks source link

Updates to Add Plotting and Comparison #33

Closed ymt123 closed 9 years ago

ymt123 commented 9 years ago

Two forms of plotting added: -NetworkX based plots that create PDFs for the output for each algorithm -Create GraphML file to be loaded into Gephi that has the output of each community detection algorithm. The "Community" columns can be used to color the graph using the partition feature in Gephi

Also adding functionality that uses omega score to compare the result of each community detection algorithm to the results of the other algorithms. The diagonal terms in the N-squared matrix represents the comparison against ground truth. The results is a csv file that contains a matrix of relative omega scores.