Ε-net (computational geometry): Difference between revisions

Content deleted Content added
RussBot (talk | contribs)
m Robot: Editing intentional link to disambiguation page in hatnote per WP:INTDABLINK (explanation)
m link IPA using AWB
Line 1:
{{Other uses|Ε-net (disambiguation){{!}}Ε-net}}
{{lowercase|title=ε-net}}
{{Other uses|Ε-net (disambiguation){{!}}Ε-net}}
 
An '''''ε''-net''' (pronounced [[epsilon]]-net) is any of several related concepts in [[mathematics]], and in particular in [[computational geometry]], where it relates to the approximation of a general set by a collection of simpler subsets.
Line 17 ⟶ 18:
because the size of this set is independent of ''P'', any set ''P'' can be described using a set of fixed size.
 
This facilitates the development of efficient [[approximation algorithm]]s. For example, suppose we wish to estimate an upper bound on the area of a given region ''P'' that falls inside a particular rectangle. One can estimate this to within an additive factor of ''ɛε'' times the area of ''P'' by first finding an ''ɛε''-net of ''P'', counting the proportion of elements in the ɛ-net falling inside the rectangle, and then multiplying by the area of ''P''. The runtime of the algorithm depends only on ''ɛε'' and not ''P''. One straightforward way to compute an ɛ-net with high probability is to take a sufficient number of random points, where the number of random points also depends only on ''ɛε''. For example, in the diagram shown, any rectangle in the unit square containing at most three points in the 1/4-net has an area of at most 3/8 + 1/4 = 5/8.
 
ɛε-nets also provide approximation algorithms for the [[NP-complete]] [[hitting set problem|hitting set]] and [[set cover problem|set cover]] problems.<ref>H. Brönnimann and [[Michael T. Goodrich|M. T. Goodrich]]. Almost optimal set covers in finite VC dimensions. Discrete and Computational Geometry, 14:463–479, 1995. [http://www.ics.uci.edu/~goodrich/pubs/setcover.ps (Postscript)]</ref>
 
== References ==