Giter Club home page Giter Club logo

waiting_room's Introduction

WRS: Waiting Room Sampling for Accurate Triangle Counting in Real Graph Streams

WRS (Waiting Room Sampling) is a single-pass streaming algorithm for global and local triangle counting in (fully dynamic) real graph streams. WRS exploits a temporal dependency pattern in real dynamic graph streams. WRS has the following properties:

  • fast and any time: WRS scales linearly with the number of edges in the input graph stream, and gives estimates at any time while the input graph grows
  • effective: estimation error in WRS is up to 47% smaller than those in state-of-the-art methods
  • theoretically sound: WRS gives unbiased estimates with small variance under the temporal locality.

Datasets

The download links for the datasets used in the paper are here

Building and Running WRS

Please see User Guide

Running Demo

For demo, please type 'make'

Reference

If you use this code as part of any published research, please acknowledge the following paper.

@inproceedings{shin2017wrs,
  author       = {Kijung Shin},
  title        = {WRS: Waiting Room Sampling for Accurate Triangle Counting in Real Graph Streams},
  booktitle    = {ICDM},
  pages        = {1087--1092},
  year         = {2017},
  organization = {IEEE}
}

@article{lee2020temporal,
  title     = {Temporal locality-aware sampling for accurate triangle counting in real graph streams},
  author    = {Lee, Dongjin and Shin, Kijung and Faloutsos, Christos},
  journal   = {The VLDB Journal},
  volume    = {29},
  number    = {6},
  pages     = {1501--1525},
  year      = {2020},
  publisher = {Springer}
}

waiting_room's People

Contributors

kijungs avatar qqliu avatar wooner49 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.