This is the source code for 'Robust multi-view clustering via inter-and-intra-view low rank fusion' Neurocomputing 2020.
Use run.m to run. Our model MCIIF is packed as a function in mciif.m.
code_coregspectral is a popular package released by the authors of Coregularized multiview spectral clustering (NIPS 2011).
We have detailly explain the codes by annotations, check it out!
See 'dts_bbc4view.mat' and 'dts_WikipediaArticles.mat'.
If you find this codes helpful, please kindly refer:
@article{liang2020robust,
title={Robust multi-view clustering via inter-and-intra-view low rank fusion},
author={Liang, Yuchen and Pan, Yan and Lai, Hanjiang and Yin, Jian},
journal={Neurocomputing},
volume={385},
pages={220--230},
year={2020},
publisher={Elsevier}
}
Muchas gracias!