WenlanzZ/eigencluster: Community detection based on Eigenvectors of the modularity matrix

This function implements a vector partition algorithm with global initialization that maximizes the modilarity measure and provide membership for community assignment. The idea is that the uncontrained solution of community assignment is the eigenvectors of the modualrity matrix. We project graph distance matrix to the eigenvectos in order to get a constrained solution and furture tune current assignment with one-iteration of k-means clustering or set it as an initialization of a full iteration of k-means clustering.

Getting started

Package details

MaintainerWenlan Zang <wenlan.zang@yale.edu>
LicenseLGPL-2
Version0.1.0
URL https://github.com/WenlanzZ/dimension
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("WenlanzZ/eigencluster")
WenlanzZ/eigencluster documentation built on Jan. 19, 2021, 8:23 p.m.