DOGC

September 12, 2019 · View on GitHub

Discrete Optimal Graph Clustering

Created by Yudong Han, Lei Zhu, Zhiyong Cheng, Jingjing Li, Xiaobai Liu

The details can be found in https://arxiv.org/abs/1904.11266  

Prerequisities

1. MATLAB

2. Datasets

   Download dataset and put it into the data folder.

   run main.m.

Resources

You can download dataset in http://archive.ics.uci.edu/ml/index.php

Citation

If you find our approach useful in your research, please consider citing:

@article {DOGC,

title   = {Discrete Optimal Graph Clustering}, 

author  = {Yudong Han and Lei Zhu and Zhiyong Cheng and Jingjing Li and Xiaobai Liu}, 

journal = {IEEE Transactions on Cybernetics}, 

DOI     = {10.1109/TCYB.2018.2881539}, 

year    = {2018}

}