This is a C++ implementation of the paper: Local Community Detection in Multiple Networks (KDD 2020) & Random Walk on Multiple Networks (TKDE 22)
For details about how to use the code, refer to code/ReadMe.
@inproceedings{luo2020local,
title={Local Community Detection in Multiple Networks},
author={Luo, Dongsheng and Bian, Yuchen and Yan, Yaowei and Liu, Xiao and Huan, Jun and Zhang, Xiang},
booktitle={Proceedings of the ACM SIGKDD International Conference on Knowledge Discovery and Data Mining (SIGKDD), 2020.},
year={2020},
organization={ACM}
}
@article{luo2022random,
title={Random walk on multiple networks},
author={Luo, Dongsheng and Bian, Yuchen and Yan, Yaowei and Yu, Xiong and Huan, Jun and Liu, Xiao and Zhang, Xiang},
journal={IEEE Transactions on Knowledge and Data Engineering},
volume={35},
number={8},
pages={8417--8430},
year={2022},
publisher={IEEE}
}