Louvain Algorithm/Method
  • the method is a type of Community Detection algorithm
  • the method is a greedy optimization method that appears to run in time 𝑂(𝑛·𝑙𝑜𝑔(𝑛)) where 𝑛 is the number of nodes in the network

Other