Skip to content

habedi/Snowball-Sampling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Snowball-Sampling

A simple Python2 module that implements Snowballsampling with NetworkX

To use it just import these three functions

    import randomseed from snowballsampling # select a node randomly from a netxork x and return its id
    import snowballsampling from snowballsampling # start the sampling
    import surroundings from snowballsampling # get neighbouring nodes of a particular node

Releases

No releases published

Packages

No packages published

Languages