Skip to content
#

vector-quantization

Here are 6 public repositories matching this topic...

k-means clustering is a method of vector quantization, originally from signal processing, that is popular for cluster analysis in data mining. k-means clustering aims to partition n observations into k clusters in which each observation belongs to the cluster with the nearest mean, serving as a prototype of the cluster.

  • Updated Jan 27, 2021
  • C++

Improve this page

Add a description, image, and links to the vector-quantization topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the vector-quantization topic, visit your repo's landing page and select "manage topics."

Learn more