Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 944 Bytes

ReadMe.md

File metadata and controls

32 lines (25 loc) · 944 Bytes

RWM

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.

References

@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}
}