mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-10 15:01:15 +00:00
Website snapshot
This commit is contained in:
parent
ee0ab66d73
commit
50ec3688a5
281 changed files with 21066 additions and 0 deletions
18
content/research/clusteranalysis/notes/lec10-3.md
Normal file
18
content/research/clusteranalysis/notes/lec10-3.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Voronoi Diagram
|
||||
|
||||
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**
|
||||
|
||||

|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue