Yao graph

From testwiki
Revision as of 19:27, 18 February 2019 by imported>Daviddwd (short desc)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Use American English Template:Short description Template:Use mdy dates

In computational geometry, the Yao graph, named after Andrew Yao, is a kind of geometric spanner, a weighted undirected graph connecting a set of geometric points with the property that, for every pair of points in the graph, their shortest path has a length that is within a constant factor of their Euclidean distance.

The basic idea underlying the two-dimensional Yao graph is to surround each of the given points by equally spaced rays, partitioning the plane into sectors with equal angles, and to connect each point to its nearest neighbor in each of these sectors.[1] Associated with a Yao graph is an integer parameter Template:Math which is the number of rays and sectors described above; larger values of Template:Math produce closer approximations to the Euclidean distance.[2] The stretch factor is at most 1/(cosθsinθ), where θ is the angle of the sectors.[3] The same idea can be extended to point sets in more than two dimensions, but the number of sectors required grows exponentially with the dimension.

Andrew Yao used these graphs to construct high-dimensional Euclidean minimum spanning trees.[3]

Software for drawing Yao graphs

See also

References

Template:Reflist