Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 897 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 897 Bytes

SCHAIN

This is an implementation of SCHAIN in the WWW'17 paper:

"Semi-supervised Clustering in Attributed Heterogeneous Information Networks"

by Xiang Li, Yao Wu, Martin Ester, Ben Kao, Xin Wang, Yudian Zheng.

Introduction

The codes are written by Matlab

The starting file is optimization_testPI.m

NJW.m, NJW_IRAM.m and PICk.m are used in SCHAIN, SCHAIN-IRAM and SCHAIN-PI, respectively.

Reference

Please cite the above paper if you use our code in this repo.

@inproceedings{li2017semi,
  title={Semi-supervised clustering in attributed heterogeneous information networks},
  author={Li, Xiang and Wu, Yao and Ester, Martin and Kao, Ben and Wang, Xin and Zheng, Yudian},
  booktitle={Proceedings of the 26th International Conference on World Wide Web},
  pages={1621--1629},
  year={2017},
  organization={International World Wide Web Conferences Steering Committee}
}