Vector Quantization (k-means problem)

0 benchmarks0 papers

Given a data set XX of d-dimensional numeric vectors and a number kk find a codebook CC of kk d-dimensional vectors such that the sum of square distances of each xXx \in X to the respective nearest cCc \in C is as small as possible. This is also known as the k-means problem and is known to be NP-hard.

Benchmarks

No benchmarks available for this task.