Skip to content

Commit

Permalink
update wikipedia link
Browse files Browse the repository at this point in the history
  • Loading branch information
internaut committed Dec 17, 2021
1 parent c76f35e commit 53c1c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Implementation for Linde-Buzo-Gray / Generalized Lloyd Algorithm

This is a small set of Python functions that implement the
[Generalized-Lloyd or Linde-Buzo-Gray Algorithm](http:https://en.wikipedia.org/wiki/Linde%96Buzo%96Gray_algorithm)
[Generalized-Lloyd or Linde-Buzo-Gray Algorithm](https:https://en.wikipedia.org/wiki/Linde%E2%80%93Buzo%E2%80%93Gray_algorithm)
for vector quantization. It allows clustering of vectors of any dimension. This is helpful for example for
image classification when using the SIFT or SURF algorithms where you can cluster the feature vectors. It might
be also useful if you want to cluster a large amount of points on a map.
Expand Down

0 comments on commit 53c1c77

Please sign in to comment.