My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Links

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{Chen10,
  author = {Wen-Yen Chen and Yangqiu Song and Hongjie Bai and Chih-Jen Lin and Edward Y. Chang},
  journal = {IEEE Transactions on Pattern Analysis and Machine Intelligence},
  title = {Parallel Spectral Clustering in Distributed Systems},
  number = {3},
  pages = {568-586},
  volume = {33},
  year = {2011}
}  

You can also download our paper here.

If any problems using it, please send mail to pspectralclustering@googlegroups.com

Powered by Google Project Hosting