Skip to content

omelkonian/snap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

A software system for analyzing social networks, representing them internally as graphs. Partially multithreaded.

Metrics

  • Node degree distribution
  • Node closeness centrality
  • Node betweenness centrality
  • Edge betweenness centrality
  • Graph diameter
  • Graph density
  • Average path length
  • Connected components
  • Maximum connected component

Queries

  • Find matches (recommender system)
  • Find stalkers
  • Find trends/topics
  • Calculate trust between users
  • Find communities using the Clique Percolation Method (CPM)
  • Find communities using the Girvan-Newman algorithm

Contributors

  • Orestis Melkonian
  • Athanasios Soulis

About

A software system for analyzing social networks, representing them internally as graphs. Partially multithreaded.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published