You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Distance Graph Fusion (DGF) and Similarity Graph Fusion (SGF)
This repository contains the MATLAB code for DGF and SGF introduced in the following paper
Consistency Meets Inconsistency: A Unified Graph Learning Framework for Multi-view Clustering (ICDM 2019)
Preparation
Windows 64bit:
Add some helper files to MATLAB path by addpath('MinMaxSelection') command in MATLAB command window.
Linux, Windows 32bit and Mac OS:
Add some helper files to MATLAB path by addpath('MinMaxSelection') command in MATLAB command window. Then recompile the helper functions by running minmax_install.
More multi-view data are available on Google Drive.
Citation
If you find this algorithm useful in your research, please consider citing:
@inproceedings{liang2019consistency,
title={Consistency Meets Inconsistency: A Unified Graph Learning Framework for Multi-view Clustering},
author={Youwei Liang, Dong Huang, and Chang-Dong Wang},
booktitle={2019 IEEE International Conference on Data Mining (ICDM)},
year={2019}
}
About
MATLAB code for the ICDM paper "Consistency Meets Inconsistency: A Unified Graph Learning Framework for Multi-view Clustering"