Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.32 KB

File metadata and controls

48 lines (36 loc) · 1.32 KB

Divide-and-conquer based Large-Scale Spectral Clustering

You can find our paper in ArXiv.org Or ResearchGate.

Datasets

Five real world datasets and five synthetic datasets:

  • PenDigits
  • USPS
  • Letters
  • MNIST
  • Covertype
  • Three Spirals-60K (TS-60K)
  • Two Moons-1M (TM-1M)
  • Three Circles-6M (TC-6M)
  • Circles and Gaussian-10M (CG-10M)
  • Flower-20M (FL-20M)

Algorithm

figs

Code

See our demo.

Reference

If you find this code useful for your research, please cite

@misc{li2021divideandconquer,
    title={Divide-and-conquer based Large-Scale Spectral Clustering},
    author={Hongmin Li and Xiucai Ye and Akira Imakura and Tetsuya Sakurai},
    year={2021},
    eprint={2104.15042},
    archivePrefix={arXiv},
    primaryClass={cs.LG}
}