Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christinecui/DOGC
Discrete Optimal Graph Clustering (TCYB)
https://github.com/christinecui/DOGC
Last synced: about 1 month ago
JSON representation
Discrete Optimal Graph Clustering (TCYB)
- Host: GitHub
- URL: https://github.com/christinecui/DOGC
- Owner: christinecui
- Created: 2019-09-12T02:02:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-12T02:33:31.000Z (over 5 years ago)
- Last Synced: 2024-08-01T17:35:56.084Z (4 months ago)
- Language: MATLAB
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-community-detection - [Matlab Reference
README
# DOGC
**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}
}