Skip to content

A topological method for community structure analysis in dynamic networks based on community tree

License

Notifications You must be signed in to change notification settings

smartslab/Network-TDA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Network-TDA

This repository contains the code for the algorithms to construct and update community trees to summarize the topological structures in a network. The concept of community tree, a tree structure established based on clique communities from the clique percolation method, is proposed in the following paper

@article{chen2017note,
  title={A note on community trees in networks},
  author={Chen, Ruqian and Chen, Yen-Chi and Guo, Wei and Banerjee, Ashis G},
  journal={arXiv preprint arXiv:1710.03924},
  year={2017}
}

With the information revealed by community trees and the corresponding persistence diagrams, our proposed approach is able to detect clique communities and keep track of the major structural changes during their evolution given a stability threshold (TSN bound).


Network evolution for the short message correspondence dataset

About

A topological method for community structure analysis in dynamic networks based on community tree

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 87.2%
  • C 12.2%
  • Other 0.6%