elki-project / elki

ELKI Data Mining Toolkit
https://elki-project.github.io/
GNU Affero General Public License v3.0
781 stars 321 forks source link

Any docs about DeLiClu clustering algorithm? #77

Closed GF-Huang closed 4 years ago

GF-Huang commented 4 years ago

I had read this paper, but it's hard to understand its algorithm logic for me, is there any docs about this algorithm?

kno10 commented 4 years ago

Closing as this rather is a question about that paper than about ELKI.

To understand the paper, it will likely help if you study the references therein. In particular:

  1. Böhm, C., Krebs, F.: The k-nearest neighbor join: Turbo charging the KDD process. KAIS 6(2004)
  2. Böhm, C., Kriegel, H.P.: A cost model and index architecture for the similarity join. In: Proc.ICDE. (2001) but also the other references on OPTICS, CPR, and k nearest neighbor joins.
GF-Huang commented 4 years ago

OK, thanks your guide.