Skip to content

CoreScope: Graph Mining Using k-Core Analysis - Patterns, Anomalies and Algorithms

Notifications You must be signed in to change notification settings

nguyenvo09/corescope

 
 

Repository files navigation

CoreScope: Graph Mining Using k-Core Analysis - Patterns, Anomalies and Algorithms

CoreScope is a set of algorithms based on empirical patterns related to k-cores in real-world graphs. CoreScope consists of the following algorithms:

  • CoreA: anomaly detection algorithm based on Mirror Pattern
  • CoreD: streaming algorithm for degeneracy based on Core-Triangle Pattern
  • CoreS: influential spreader detection method based on Structured Core Pattern

Datasets

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

Building and Running CoreScope

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{shin2016corescope,
  author    = {Kijung Shin and Tina Eliassi-Rad and Christos Faloutsos},
  title     = {CoreScope: Graph Mining Using k-Core Analysis - Patterns, Anomalies and Algorithms},
  booktitle = {ICDM},
  year      = {2016}
}

About

CoreScope: Graph Mining Using k-Core Analysis - Patterns, Anomalies and Algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 95.8%
  • Shell 4.1%
  • Makefile 0.1%