lixiang3776 / SCHAIN

The code of SCHAIN in the paper Semi-supervised Clustering in Attributed Heterogeneous Information Networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

The code of SCHAIN in the paper Semi-supervised Clustering in Attributed Heterogeneous Information Networks


Languages

Language:MATLAB 100.0%