LichAmnesia / MBSCM

Motif-based spectral clustering method

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MBSCM

Python implementation for Motif-based spectral clustering method for single cluster.

Motif-based spectral clustering method is an algorithm posted in Higher-order Organization of Complex Networks by Austin R. Benson, David F. Gleich, and Jure Leskovec.

The implemented Code is here.

Algorithm

The algorithm performs the following steps:

  1. input Graph G, unweighted and directed.
  2. Using G form a new weighted graph W.
  3. Apply spectral clustering on W.
  4. Output the clusters for each 7 motifs.
  5. Examine each output to see which motif has thebest cluster.
  6. Return best cluster and the motif used to get that cluster.

Reference

Higher-order Organization of Complex Networks. Austin R. Benson, David F. Gleich, and Jure Leskovec. Science, vol. 353, no. 6295, pp. 163-166, 2016.

About

Motif-based spectral clustering method

License:MIT License


Languages

Language:C++ 90.2%Language:Python 5.6%Language:TeX 1.4%Language:Jupyter Notebook 1.1%Language:JavaScript 0.9%Language:HTML 0.4%Language:Shell 0.2%Language:Makefile 0.1%Language:CSS 0.0%