Linear Separability in Spatial Databases

Abstract

Given two point sets R and B in the plane, with cardinalities m and n, respectively, and each set stored in a separate R-tree, we present an algorithm to decide whether R and B are linearly separable. Our algorithm exploits the structure of the R-trees, loading into the main memory only relevant data, and runs in O(m m + n n) time in the worst case. As experimental results, we implement the proposed algorithm and executed it on several real and synthetic point sets, showing that the percentage of nodes of the R-trees that are accessed and the memory usage are low in these cases. We also present an algorithm to compute the convex hull of n planar points given in an R-tree, running in O(n n) time in the worst case.

0

Turn this paper into a lesson

ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…