Skip to content

A Sampling package containing various techniques which samples the original graph according to the sizes

Notifications You must be signed in to change notification settings

kirtiJain25/Graph-Sampling

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sampling Package

This is a simple sampling package. You can sample the original graph by using the following methods:

  • Simple Random Walk
  • Random Walk Fly Back
  • Snowball
  • ForestFire
  • MHRW
  • TIES

Installation

Download the zip file and locate to the current folder and then run this command for installing the sampling package into your system

$ pip install sampling

Usage

After installing the package. You can use the package by writing the following command.

import sampling 

About

A Sampling package containing various techniques which samples the original graph according to the sizes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%