axwalker / MScProject

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Web Application for Community Detection in Large Scale Networks

##Introduction

Single-page application for visualising community structures (clusters) in graphs.

Preview screenshot

Demonstration video. (to be updated)

Choice of 3 algorithms to use for community detection in large networks:

  • Label Propagation
  • Louvain Method
  • ORCA Reduction and ContrAction

Input files allowed:

  • Edge list
  • Graph Modelling Language

##Build

Run with Jetty using gradle: gradle appRun.

About


Languages

Language:Java 50.8%Language:JavaScript 41.2%Language:CSS 7.8%Language:Groovy 0.2%