nguyenvo09 / corescope

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Java 95.9%Language:Shell 4.1%Language:Makefile 0.1%