Eine vergleichende Untersuchung von exaktem, durch Schranken beschleunigtem k-means-Clustering

Thesis

SHA256 (Vergl_Untersuchung_von_exaktem_durch_Schr_beschl_k_means_Clustering.pdf) = f59320d909f4317cff43071f1c94c2025f0aa5ae85246f9a4deab081b02d05c9

CD contents

datasets.tar.gz removed for licensing reasons. results.tar.gz removed for size reasons.

The implementation is also available via git: git clone https://ac.duesterhus.eu/k-means/impl.git

.
├── impl
│   ├── benchmark.cc
│   ├── build.py
│   ├── contrib
│   │   ├── average.js
│   │   ├── avg_times.bash
│   │   ├── baseline.js
│   │   ├── better.js
│   │   ├── distance-times.fish
│   │   ├── distance-times.js
│   │   ├── dominators.js
│   │   ├── movement.fish
│   │   ├── ranking.js
│   │   ├── static.fish
│   │   └── static-normalized.fish
│   ├── Dockerfile
│   ├── kmeans.cc
│   ├── LICENSE
│   ├── Makefile
│   ├── out
│   ├── README.md
│   ├── src
│   │   ├── algorithm
│   │   │   ├── annulus.hh
│   │   │   ├── drake.hh
│   │   │   ├── elkan.hh
│   │   │   ├── exponion.hh
│   │   │   ├── hamerly.hh
│   │   │   ├── lloyd.hh
│   │   │   ├── yinyang2.hh
│   │   │   └── yinyang.hh
│   │   ├── algorithm.hh
│   │   ├── algorithm_historical_center.hh
│   │   ├── bound.hh
│   │   ├── initialization
│   │   │   ├── kmeanspp.hh
│   │   │   └── naive.hh
│   │   ├── initialization.hh
│   │   ├── kmeans.hh
│   │   ├── reader
│   │   │   ├── ascii.hh
│   │   │   └── ubytes.hh
│   │   └── reader.hh
│   └── target
├── impl.tar.gz
└── Vergl_Untersuchung_von_exaktem_durch_Schr_beschl_k_means_Clustering.pdf
		

Impressum