yqsong / pspectralclustering

Automatically exported from code.google.com/p/pspectralclustering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pspectralclustering

Automatically exported from code.google.com/p/pspectralclustering

pspectralclustering is a parallel C++ implementation of Parallel Spectral Clustering. We are expecting to present a highly optimized parallel implemention of all the steps of spectral clustering. We use PARPACK as underlying eigenvalue decomposition package and F2C to compile fortran code.

If you wish to publish any work based on pspectralclustering, please cite our paper as:

The bibtex format is

@article{Chen11,

author = {Wen-Yen Chen and Yangqiu Song and Hongjie Bai and Chih-Jen Lin and Edward Y. Chang},

title = {Parallel Spectral Clustering in Distributed Systems},

journal = {IEEE Transactions on Pattern Analysis and Machine Intelligence},

volume = {33},

number = {3},

pages = {568-586},

year = {2011}

}

About

Automatically exported from code.google.com/p/pspectralclustering


Languages

Language:C 98.5%Language:C++ 1.3%Language:Makefile 0.2%Language:Batchfile 0.0%