Skip to content

Method as described in "Bootstrapping Networks with Latent Space Structure" arXiv:1907.10821

Notifications You must be signed in to change notification settings

keithdlevin/RDPGbootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RDPGbootstrap

Method as described in Bootstrapping Networks with Latent Space Structure by Levin and Levina.

Different samplers as described in the paper are implemented in the file netboot.py. These samplers are initialized by passing in the observed network (encoded in its adjacency matrix A) and specifying an embedding dimension. For example, netboot.ASENetSampler(A, 3) will initilize a sampler with latent positions estimated via ASE, embedding into 3 dimensions.

About

Method as described in "Bootstrapping Networks with Latent Space Structure" arXiv:1907.10821

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages