VP- tree, Kartoniert / Broschiert
VP- tree
- kd- tree, Binary Space Partitioning, Euclidean Space
(soweit verfügbar beim Lieferanten)
- Herausgeber:
- Lambert M. Surhone, Mariam T. Tennoe, Susan F. Henssonow
- Verlag:
- OmniScriptum, 03/2026
- Einband:
- Kartoniert / Broschiert
- Sprache:
- Englisch
- ISBN-13:
- 9786131439247
- Artikelnummer:
- 8282622
- Umfang:
- 92 Seiten
- Copyright-Jahr:
- 2010
- Gewicht:
- 145 g
- Maße:
- 220 x 150 mm
- Stärke:
- 6 mm
- Erscheinungstermin:
- 19.3.2026
- Hinweis
-
Achtung: Artikel ist nicht in deutscher Sprache!
Beschreibung
High Quality Content by WIKIPEDIA articles! A vantage point tree, or vp-tree is a BSP tree that segregates data in a metric space by choosing a position in the space (the "vantage point") and dividing the data points into two partitions: those that are nearer to the vantage point than a threshold, and those that are not. By repeatedly applying this procedure to partition the data into smaller and smaller sets, a tree data structure is created where neighbors in the tree are likely to be neighbors in the space. This iterative partitioning process is similar to that of a kd-tree, but uses circular (or spherical, hyperspherical, etc) rather than rectilinear partitions. In 2D Euclidean space, this can be visualized as a series of circles segregating the data.