Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 427 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 427 Bytes

slm

smart local moving (SLM) algorithm is an algorithm for community detection (or clustering) in large networks

usage

the package is based on the jar file, so the system require java 1.8+

devtools::install_github("chen198328/slm")

library(igraph)
library(igraphdata)
library(slm)

data("karate")

slm <-slm.community(karate)
plot(slm.karate)

plot

image from host