Content deleted Content added
m fix hatnote too; add pronounciation note |
closer to WP:MOSMATH |
||
Line 2:
{{Other uses|ε-net}}
An '''ε-net''' (pronounced [[epsilon]]-net)
== Background ==
[[File:Unit square ɛ-net.svg|right|thumb|An ε-net with ε=1/4 of the unit square in the range space where the ranges are closed filled rectangles.]]
Let X be a set and R be a set of subsets of X; such a pair is called a ''range space'' or [[hypergraph]], and the elements of R are called ''ranges'' or ''hyperedges''. An '''ε-net''' of a subset ''P'' of ''X'' is a subset ''N'' of ''P'' such that any range ''r
For example, suppose ''X'' is the set of points in the two-dimensional plane, ''R'' is the set of closed filled rectangles (products of closed intervals), and ''P'' is the unit square [0, 1]
For any range space with finite [[VC dimension]] ''d'', regardless of the choice of P and ɛ, there exists an ɛ-net of ''P'' of size
: <math>O\left(\frac{d}{\varepsilon} \log \frac{d}{\varepsilon}\right);</math>
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 3 points in the 1/4-net has an area of at most 3/8 + 1/4 = 5/8.▼
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
ɛ-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>
|