Content deleted Content added
typo |
Reduce whitespace |
||
(19 intermediate revisions by 17 users not shown) | |||
Line 1:
{{Other uses|Ε-net (disambiguation){{!}}Ε-net}}
{{lowercase|title=ε-net}}
In [[computational geometry]], an '''''ε''-net''' (pronounced [[epsilon]]-net) is the approximation of a general set by a collection of simpler subsets. In [[probability theory]] it is the approximation of one probability distribution by another.
== 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'' ∈ R with |''r'' ∩ ''P''| ≥ ''ε''|''P''| intersects ''N''.<ref
| last1 = Haussler | first1 = David | author1-link = David Haussler
| last2 = Welzl | first2 = Emo | author2-link = Emo Welzl
| doi = 10.1007/BF02187876
| issue = 2
| journal = [[Discrete & Computational Geometry]]
| mr = 884223
| pages = 127–151
| title = ε-nets and simplex range queries
| volume = 2
| year = 1987| doi-access = free
}}.</ref> In other words, any range that intersects at least a proportion ε of the elements of ''P'' must also intersect the ''ε''-net ''N''.
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
: <math>O\left(\frac{d}{\varepsilon} \log \frac{d}{\varepsilon}\right)\!;</math><ref name="HausslerWelzl1987"/>
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
| last1 = Brönnimann | first1 = H.
| last2 = Goodrich | first2 = M. T. | author2-link = Michael T. Goodrich
| doi = 10.1007/BF02570718
| issue = 4
| journal = [[Discrete & Computational Geometry]]
| mr = 1360948
| pages = 463–479
| title = Almost optimal set covers in finite VC-dimension
| url = http://www.ics.uci.edu/~goodrich/pubs/setcover.ps
| volume = 14
| year = 1995| doi-access = free
}}.</ref>
==
Let <math>P</math> be a [[probability distribution]] over some set <math>X</math>. An '''<math>\varepsilon</math>-net''' for a class <math>H \subseteq 2^X</math> of subsets of <math>X</math> is any subset <math>S \subseteq X</math> such that
for any <math>h \in H</math>
:<math>P(h) \ge \varepsilon \quad \Longrightarrow \quad S\cap h \neq \varnothing.</math>
Intuitively <math>S</math> approximates the probability distribution.
A stronger notion is <math>\varepsilon</math>-approximation. An '''<math>\varepsilon</math>-approximation''' for class <math>H</math> is a subset <math>S \subseteq X</math> such that for any <math>h \in H</math> it holds
:<math>\left| P(h) - \frac{|S \cap h|}{|S|} \right| < \varepsilon .</math>
== References ==
{{reflist}}
{{DEFAULTSORT:E-net}}
[[Category:Computational geometry]]
[[Category:Probability theory]]
|