Skip to content

Aganonce/py_spec_embed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spectral Embedder

Program for the spectral embedding of networks into Euclidean space. This program is capable of embedding directed[1] and undirected networks, both weighted and unweighted. The embedding is done through the random walk Laplacian transforming the adjacency matrix (which can be symmetrized).

Running

First run pip install -r requirements.txt.

To run the spectral embedder, follow the example in test.py.

References

[1] Skillicorn, David B., Quan Zheng, and Carlo Morselli. "Modeling dynamic social networks using spectral embedding." Social Network Analysis and Mining 4.1 (2014): 182.

About

Python implementation of network spectral embedder.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages