1
0
Fork 0
mirror of https://github.com/Brandon-Rozek/website.git synced 2025-07-04 10:42:42 +00:00
website/content/research/clusteranalysis/notes/lec10-3.md

750 B

title showthedate
Voronoi Diagram false

A Voronoi diagram is a partitioning of a plan into regions based on distance to points in a specific subset of the plane.

The set of points (often called seeds, sites, or generators) is specified beforehand, and for each seed there is a corresponding region consisting of all points closer to that seed than any other.

Different metrics may be used and often result in different Voronoi diagrams

Euclidean

Manhattan