Talk: Southern California Celebration of Women in Computing

We just got accepted to CWIC-SoCal 2016 to talk about our research! The presentation format will be a 12-minute talk followed by a 3-minute discussion, and will occur on Saturday, April 9. Feedback from the reviewers was very helpful, and…

Update on Testing Direction

Update on Testing Direction

We are currently focused on testing our modified algorithms on networks that have ground truths. In this way, we can compare the quality of the algorithms’ clustering outputs against the ground truth, and objectively determine which algorithms performed better in…

Increasing Java Heap Size

While testing our modified algorithms on larger graphs, we ran into a Java heap size error. The heap size is the amount of memory allocated to the program being executed. Because our current implementation of the Louvain algorithm is in Java…