To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

ε-net (computational geometry)

From Wikipedia, the free encyclopedia


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.

YouTube Encyclopedic

  • 1/3
    Views:
    651
    879
    6 305
  • 48 minutes on strong and weak epsilon nets Part 1
  • Mod-13 Lec-35 Epsilon-Nets & VC Dimension
  • Mod-06 Lec-38 Two -equation model for turbulent flow; Numerical calculation of turbulent

Transcription

Background

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.[1] 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] × [0, 1]. Then the set N consisting of the 8 points shown in the adjacent diagram is a 1/4-net of P, because any closed filled rectangle intersecting at least 1/4 of the unit square must intersect one of these points. In fact, any (axis-parallel) square, regardless of size, will have a similar 8-point 1/4-net.

For any range space with finite VC dimension d, regardless of the choice of P, there exists an ε-net of P of size

[1]

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 algorithms. For example, suppose we wish to estimate an upper bound on the area of a given region, that falls inside a particular rectangle P. 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 region with respect to the rectangle P, 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 and set cover problems.[2]

Probability theory

Let be a probability distribution over some set . An -net for a class of subsets of is any subset such that for any

Intuitively approximates the probability distribution.

A stronger notion is -approximation. An -approximation for class is a subset such that for any it holds

References

  1. ^ a b Haussler, David; Welzl, Emo (1987), "ε-nets and simplex range queries", Discrete & Computational Geometry, 2 (2): 127–151, doi:10.1007/BF02187876, MR 0884223.
  2. ^ Brönnimann, H.; Goodrich, M. T. (1995), "Almost optimal set covers in finite VC-dimension", Discrete & Computational Geometry, 14 (4): 463–479, doi:10.1007/BF02570718, MR 1360948.
This page was last edited on 26 July 2023, at 04:34
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.